SerializationFlags Enumeration
Defines a set of flags that indicate various attributes of a serialization (serialized object).
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
[FlagsAttribute]
public enum SerializationFlags
Members
Member name | Description | |
---|---|---|
Compressed | A value indicating that the serialized object is compressed. This flag is not currently implemented. | |
DemandTrusted | This flag is not currently implemented. | |
ElementsNeverNull | A value indicating that the elements in the serialized object are never null. | |
Encrypted | A value indicating that the serialized object is encrypted. This flag is not currently implemented. | |
FixedType | A value indicating that the serialized object can only be an instance of the specified class, and not an instance of a derived class. | |
Optional | A value indicating that the serialized object can be skipped if it cannot be deserialized. This flag is not currently implemented. | |
PointerNeverNull | A value indicating that the pointer to the serialized object is never null. |
Version Information
Available in .NET Micro Framework version 2.0, 2.5