Package io.micronaut.serde.annotation


@NullMarked package io.micronaut.serde.annotation
Annotations for declaring serializable types and importing external serialization metadata.
  • Annotation Interfaces
    Class
    Description
    A Serde is an annotation that can be applied to type to indicate that it is allowed to be serialized and deserialized to and from a format like JSON.
    Annotation used to indicate a type is deserializable.
    Annotation used to indicate a type is serializable.
    Declares the compile-time generated serde contract for a Serdeable type.
    Annotation to allow external classes to be enabled for serialization / deserialization.
    Repeated wrapper for this annotation.