Interface ProcessingStateCodec
-
- All Known Implementing Classes:
VertxJsonProcessingStateCodec
public interface ProcessingStateCodec
General purpose custom serializer/deserializer interface for state type encapsulated inside theProcessingState
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ProcessingStateCodec.Factory
Factory forProcessingStateCodec
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessingState<?>
decode(byte[] bytes)
byte[]
encode(ProcessingState<?> object)
-
-
-
Method Detail
-
decode
ProcessingState<?> decode(byte[] bytes)
-
encode
byte[] encode(ProcessingState<?> object)
-
-