SerializeClassFlags Enum
Namespace: Stride.Core.SerializationAssembly: Stride.Core.dll
Specifies flags used when serializing reference types.
[Flags]
public enum SerializeClassFlags
Fields
Name | Description |
---|---|
IsExternalIdentifiable | Specifies that the object is an IIdentifiable instance has not been serialized, and only its Id has been stored. |
IsNull | Specifies that the object is null. |
IsReference | Specifies that the object has already been serialized previously in the stream, and is only stored as an index. |
IsTypeInfo | Specifies that additional type info is necessary and is stored in the stream. |
None | Default value. |