Package ch.bailu.gtk.gsk
Interface SerializationError
public interface SerializationError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe given data may not exist in
a proper serializationstatic final intThe format can not be identifiedstatic final intThe version of the data is not
understood
-
Field Details
-
UNSUPPORTED_FORMAT
static final int UNSUPPORTED_FORMATThe format can not be identified- See Also:
-
UNSUPPORTED_VERSION
static final int UNSUPPORTED_VERSIONThe version of the data is not
understood- See Also:
-
INVALID_DATA
static final int INVALID_DATAThe given data may not exist in
a proper serialization- See Also:
-