Package de.vinado.lib.identifier.jackson
package de.vinado.lib.identifier.jackson
-
ClassDescriptionIdentifierDeserializer<T,
R extends Identifier<T>> AbstractJsonDeserializer
that reads a value from the JSON tree and converts it into a subtype ofIdentifier
.Module
registeringJsonSerializer
s andJsonDeserializer
s for reading or writingIdentifier
types to or from a JSON tree.JacksonJsonSerializer
for convertingIdentifier
instances into a JSON string.