| ResourceStringConverter Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Helpers.JsonConverters
 Syntax
Syntaxpublic class ResourceStringConverter : JsonConverter
The ResourceStringConverter type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ResourceStringConverter | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CanRead | (Inherited from JsonConverter.) | 
|  | CanWrite | (Inherited from JsonConverter.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CanConvert | 
            Determines whether this instance can convert the specified object type.
            (Overrides JsonConverter.CanConvert(Type).) | 
|  | ReadJson | 
            Reads the JSON representation of the object.
            (Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).) | 
|  | WriteJson | 
            Writes the JSON representation of the object.
            (Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).) | 
 See Also
See Also