Package eu.vstoyanov.natsy.codec
Object BinaryCodec
-
- All Implemented Interfaces:
-
eu.vstoyanov.natsy.codec.MessageCodec
public class BinaryCodec implements MessageCodec<ByteArray>
Carries a ByteArray unchanged. Always available;
ByteArrayneeds no registration.Both directions hand back the array they were given rather than a copy, so a caller that mutates a published array before it reaches the wire changes what is sent.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcontentTypepublic final static BinaryCodecINSTANCE
-