IJsonObjectMapperTMap Method |
Name | Description | |
---|---|---|
Map(String) |
Converts a JSON string representation of T to an instance
of T.
| |
Map(TFrom) |
Converts an instance of TFrom to an instance of TTo.
(Inherited from IObjectMapperTFrom, TTo.) | |
Map(TTo) |
Converts an instance of TTo to an instance of TFrom.
(Inherited from IObjectMapperTFrom, TTo.) |