Uses of Class
io.axoniq.dataprotection.serialization.UnknownSerializedTypeException
-
Packages that use UnknownSerializedTypeException 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. -
-
Uses of UnknownSerializedTypeException in io.axoniq.dataprotection.serialization
Methods in io.axoniq.dataprotection.serialization that throw UnknownSerializedTypeException Modifier and Type Method Description ClassSerializer. classForType(SerializedType type)Returns the class for the given type identifier. -
Uses of UnknownSerializedTypeException in io.axoniq.dataprotection.serialization.json
Methods in io.axoniq.dataprotection.serialization.json that throw UnknownSerializedTypeException Modifier and Type Method Description ClassJacksonSerializer. classForType(SerializedType type)
-