Package io.micronaut.serde.support.serializers
@NullMarked
package io.micronaut.serde.support.serializers
Runtime serializers for objects, collections, maps, and dynamic values.
-
ClassesClassDescriptionCore serializers.The errors catching
Serializer.Serializes a property that always references beans by their document-scoped identifier (JAXB@XmlIDREF, Jackson@JsonIdentityReference(alwaysAsId = true)): the referenced bean, or each element of a referenced collection, is written as its identifier.FallbackSerializerfor generalObjectvalues.