Schnittstelle SerializeFlags


public interface SerializeFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Serialize using the old format for
    nested structures.
    static final int
    No special flags specified.
    static final int
    Serialization fails if a value cannot be serialized instead of using
    placeholder "NULL" value (e.g. pointers, objects).
  • Felddetails

    • NONE

      static final int NONE
      No special flags specified.
      Siehe auch:
    • BACKWARD_COMPAT

      static final int BACKWARD_COMPAT
      Serialize using the old format for
      nested structures.
      Siehe auch:
    • STRICT

      static final int STRICT
      Serialization fails if a value cannot be serialized instead of using
      placeholder "NULL" value (e.g. pointers, objects).
      Siehe auch: