Interface SerializationError


public interface SerializationError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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
  • Field Details

    • UNSUPPORTED_FORMAT

      static final int UNSUPPORTED_FORMAT
      The format can not be identified
      See Also:
    • UNSUPPORTED_VERSION

      static final int UNSUPPORTED_VERSION
      The version of the data is not
      understood
      See Also:
    • INVALID_DATA

      static final int INVALID_DATA
      The given data may not exist in
      a proper serialization
      See Also: