Package io.floodplain.immutable.impl
Class JSONImmutableMessageParserImpl
- java.lang.Object
-
- io.floodplain.immutable.impl.JSONImmutableMessageParserImpl
-
- All Implemented Interfaces:
io.floodplain.immutable.api.ImmutableMessageParser
public class JSONImmutableMessageParserImpl extends java.lang.Object implements io.floodplain.immutable.api.ImmutableMessageParser
-
-
Constructor Summary
Constructors Constructor Description JSONImmutableMessageParserImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescribe(io.floodplain.immutable.api.ImmutableMessage msg)byte[]serialize(io.floodplain.immutable.api.ImmutableMessage msg)
-
-
-
Method Detail
-
serialize
public byte[] serialize(io.floodplain.immutable.api.ImmutableMessage msg)
- Specified by:
serializein interfaceio.floodplain.immutable.api.ImmutableMessageParser
-
describe
public java.lang.String describe(io.floodplain.immutable.api.ImmutableMessage msg)
- Specified by:
describein interfaceio.floodplain.immutable.api.ImmutableMessageParser
-
-