Package ch.bailu.gtk.gst
Schnittstelle SerializeFlags
public interface SerializeFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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 NONENo special flags specified.- Siehe auch:
-
BACKWARD_COMPAT
static final int BACKWARD_COMPATSerialize using the old format for
nested structures.- Siehe auch:
-
STRICT
static final int STRICTSerialization fails if a value cannot be serialized instead of using
placeholder "NULL" value (e.g. pointers, objects).- Siehe auch:
-