SerializerFeature Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains metadata about serializers and serialization types.
public class SerializerFeature
type SerializerFeature = class
Public Class SerializerFeature
- Inheritance
-
SerializerFeature
Constructors
SerializerFeature() |
Properties
KnownTypes |
Gets a collection of metadata about types which may be serializable. |
SerializerDelegates |
Gets a collection of metadata about delegates used to serialize individual types. |
SerializerTypes |
Gets a collection of metadata about types which contain serializer methods for individual types. |
Methods
AddKnownType(String, String) |
Adds a known type to the KnownTypes property. |
AddSerializerType(Type, Type, Boolean) |
Adds a serializer type. |
AddSerializerType(Type, Type) |
Adds a serializer type. |