-
JsonSerde.copyWithType(com.fasterxml.jackson.core.type.TypeReference<? super X> newTargetType)
Copies this serde with same configuration, except new target type reference is used.
JsonSerde.copyWithType(com.fasterxml.jackson.databind.JavaType newTargetType)
Copies this serde with same configuration, except new target java type is used.
Copies this serde with same configuration, except new target type is used.
Don't remove type information headers after deserialization.
Designate this Serde for serializing/deserializing keys (default is values).
Ignore type information headers and use the configured target class.
Configure the serializer to not add type information.