Uses of Class
io.axoniq.dataprotection.serialization.ChainingConverter
-
Packages that use ChainingConverter Package Description io.axoniq.dataprotection.serialization Light-weight version of the serialization functionality in Axon Framework.io.axoniq.dataprotection.serialization.json Support for serialization to JSON via Jackson.io.axoniq.dataprotection.serialization.xml Support for serialization to XML via XStream. -
-
Uses of ChainingConverter in io.axoniq.dataprotection.serialization
Methods in io.axoniq.dataprotection.serialization with parameters of type ChainingConverter Modifier and Type Method Description protected abstract voidAbstractXStreamSerializer. registerConverters(ChainingConverter converter)Registers any converters that are specific to the type of content written by this serializer. -
Uses of ChainingConverter in io.axoniq.dataprotection.serialization.json
Methods in io.axoniq.dataprotection.serialization.json with parameters of type ChainingConverter Modifier and Type Method Description protected voidJacksonSerializer. registerConverters(ChainingConverter converter)Registers converters with the givenconverterwhich depend on the actual contents of the serialized for to represent a JSON format. -
Uses of ChainingConverter in io.axoniq.dataprotection.serialization.xml
Methods in io.axoniq.dataprotection.serialization.xml with parameters of type ChainingConverter Modifier and Type Method Description protected voidXStreamSerializer. registerConverters(ChainingConverter converter)
-