Package com.pnfsoftware.jeb.util.serialization.annotations


package com.pnfsoftware.jeb.util.serialization.annotations
Annotations used by JEB's serialization facility.
  • Annotation Interfaces
    Class
    Description
    Mark a type as serializable by the PNF-ORPD mechanism.
    Used to annotate a no-argument constructor.
    This annotation is used to initialize or customize an object immediately after its fields have been partially deserialized.
    The annotated method will be called after a full object graph has been deserialized.
    This annotation was used for custom deserialization.
    This annotation is used to customize the serialization process of an object.
    Used to annotate serializable enum fields that are deprecated.
    Explicitly mark a type and all its descendants as non-serializable.
    Annotate fields that should be persisted.
    This annotation is used to prevent the generation of warnings when static fields (they are not serializable) are of a type that is serializable.
    Used to mark a field as explicitly transient - i.e., a field not annotated with SerId.
    Optional annotation for serializable types, used to specify the version of the object.