Base class for all JSON provider implementations. More...
Instance Methods | |
(id) | - deserializeWithValueJson: |
Deserializes a value from a JSON string. More... | |
(instancetype) | - init |
(NSString *) | - serialize: |
Serializes a value to a JSON string. More... | |
Class Methods | |
(FMLiveSwitchJsonProvider *) | + jsonProvider |
Base class for all JSON provider implementations.
Deserializes a value from a JSON string.
valueJson | The JSON string to deserialize. |
Implemented in FMLiveSwitchNullJsonProvider.
- (instancetype) init |
Implemented in FMLiveSwitchNullJsonProvider.
+ (FMLiveSwitchJsonProvider*) jsonProvider |
Serializes a value to a JSON string.
value | The value to serialize. |
Implemented in FMLiveSwitchNullJsonProvider.