[]
Determines how item types are serialized
public enum TypeSerialization
Name | Description |
---|---|
AssemblyQualifiedName | Item type is serialized as a fully qualified name and assembly name |
Custom | Use owner's IMemberTypeEncoder for members (for collection items, this is done automatically). |
FullName | Item type is serialized as a fully qualified name |
None | Item type is not serialized (this is the default) |