[]
Defines a class for json resolver.
public class JsonResolver : BaseResolver
Name | Description |
---|---|
JsonResolver() |
Name | Description |
---|---|
CanResolve(string, object, Type) | Gets whether the specified object can be serialized or deserialized. |
CanResolve(string, object, Type, IContext) | Determines whether the object can use this resolver. |
ResolveConverter(string, object, Type, IContext) | Gets the converter for this resolver. |
ResolvePropertyName(string) | Gets the property name for deserialization. |
ResolvePropertyName(string, object, Type, IContext) | Gets the name after being resolved. |
ResovleJsonConverter(string, object, Type) | Gets the converter to be used for deserialization. |