Enum SerializationOptions
- Namespace
- System.Runtime.Serialization
- Assembly
- System.Runtime.Serialization.dll
Options for serialization and deserialization.
[Flags]
public enum SerializationOptions
Fields
ElementsNeverNull = 32A value indicating that the elements in the serialized object are never null.
FixedType = 256A value indicating that the serialized object can only be an instance of the specified class, and not an instance of a derived class.
PointerNeverNull = 16A value indicating that the pointer to the serialized object is never null.