| WrapJsonSerializerProxy Methods |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
The WrapJsonSerializerProxy type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateSettings |
Creates a new instance of settings.
(Overrides JsonSerializerProxy.CreateSettings.) | |
| Deserialize``1(Stream, UMP) | (Inherited from JsonSerializerProxy.) | |
| Deserialize``1(JsonReader, UMP) | (Inherited from JsonSerializerProxy.) | |
| DeserializeT(JsonReader, T) |
Deserializes an object using the provided JsonReader.
(Overrides JsonSerializerProxy.Deserialize``1(JsonReader, UMP).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Serialize``1(UMP) | (Inherited from JsonSerializerProxy.) | |
| Serialize``1(Stream, UMP) | (Inherited from JsonSerializerProxy.) | |
| SerializeT(JsonWriter, T) |
Serializes an object using the provided JsonWriter.
(Overrides JsonSerializerProxy.Serialize``1(JsonWriter, UMP).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |