Table of Contents

Enum SerializationOptions

Namespace
System.Runtime.Serialization
Assembly
nanoFramework.Serialization.Helper.dll

Options for serialization and deserialization.

[Flags]
public enum SerializationOptions

Fields

ElementsNeverNull = 32

A value indicating that the elements in the serialized object are never null.

FixedType = 256

A value indicating that the serialized object can only be an instance of the specified class, and not an instance of a derived class.

PointerNeverNull = 16

A value indicating that the pointer to the serialized object is never null.