Enum XmlIdentificationMode
Defines states how to handle with identification of instances
Namespace: NMF.Serialization
Assembly: NMF.Serialization.dll
Syntax
public enum XmlIdentificationMode
Fields
Name | Description |
---|---|
AsNeeded | Let the Serializer decide |
FullObject | Write the full object |
Identifier | Use the identifier only |