Package io.micronaut.serde.support.deserializers
@NullMarked
package io.micronaut.serde.support.deserializers
Runtime deserializers for objects, subtypes, and property-based binding.
-
ClassDescriptionThe error catching
Deserializer.Deserializes a property that always references beans by their document-scoped identifier (JAXB@XmlIDREF, Jackson@JsonIdentityReference(alwaysAsId = true)): each identifier is resolved against the beans already read in the current document.Implementation for deserialization of objects that uses introspection metadata.The pre instantiate callback.