Schnittstelle SerializationError


public interface SerializationError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The given data may not exist in
    a proper serialization
    static final int
    The format can not be identified
    static final int
    The version of the data is not
    understood
  • Felddetails

    • UNSUPPORTED_FORMAT

      static final int UNSUPPORTED_FORMAT
      The format can not be identified
      Siehe auch:
    • UNSUPPORTED_VERSION

      static final int UNSUPPORTED_VERSION
      The version of the data is not
      understood
      Siehe auch:
    • INVALID_DATA

      static final int INVALID_DATA
      The given data may not exist in
      a proper serialization
      Siehe auch: