Enum XmlIdentificationMode
- Namespace
- NMF.Serialization
- Assembly
- NMF.Serialization.dll
Defines states how to handle with identification of instances
public enum XmlIdentificationMode
Fields
AsNeeded = 0
Let the Serializer decide
This will lead the serializer to write the full object on first occurence and uses of references afterwards
FullObject = 2
Write the full object
If this attribute appears somewhere else in the resulting Xml-file, be sure that every property before this one is marked to use identifiers!
Identifier = 1
Use the identifier only