Class SerializedMessagePackCodec
java.lang.Object
io.fluxzero.common.serialization.SerializedMessagePackCodec
Decodes the shared binary or legacy MessagePack representations used by the Fluxzero event store.
This codec deliberately owns only the read contract needed by compact model-event responses. Event-store writes remain owned by the runtime.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<SerializedMessage> decode(byte[] bytes) Decodes zero or more consecutive serialized messages.static List<SerializedMessage> decode(byte[] bytes, int offset, int length) Decodes consecutive serialized messages from a zero-copy byte range.
-
Method Details
-
decode
Decodes zero or more consecutive serialized messages. -
decode
Decodes consecutive serialized messages from a zero-copy byte range.
-