The UnMappedPropertiesConverter T type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| CanConvert |
Tells if the provided type can be converted
(Overrides CustomCreationConverterCanConvert(Type).) | |
| Create |
Creates a new instance of the generic type parameter
(Overrides CustomCreationConverterCreate(Type).) | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetSchema | (Inherited from JsonConverter.) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ReadJson |
Reads provided json and creates new object instance
(Overrides CustomCreationConverterReadJson(JsonReader, Type, Object, JsonSerializer).) | |
Returns a string that represents the current object. (Inherited from | ||
| WriteJson |
Writes json data based upon provided object instance
(Overrides CustomCreationConverterWriteJson(JsonWriter, Object, JsonSerializer).) |
See Also