Serializer Constructor
Include Protected Members
Include Inherited Members
Provides a default constructor and two overloads.
Overload List
Name | Description | |
---|---|---|
Serializer() | Default constructor. | |
Serializer(IDictionary<Type, JsonEncoder>) | Creates a serializer object, initialized with a collection of encoder delegates and associated types. | |
Serializer(IDictionary<Type, JsonEncoder>, Serializer) | Creates a serializer object, deriving from a base serializer object, and initialized with a collection of encoder delegates and associated types. |
Top