An implementation of a JSON provider that does nothing. 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 | |
| (FMLiveSwitchNullJsonProvider *) | + nullJsonProvider |
Class Methods inherited from FMLiveSwitchJsonProvider | |
| (FMLiveSwitchJsonProvider *) | + jsonProvider |
An implementation of a JSON provider that does nothing.
Deserializes a value from a JSON string.
| valueJson | The JSON string to deserialize. |
Implements FMLiveSwitchJsonProvider.
| - (instancetype) init |
Implements FMLiveSwitchJsonProvider.
| + (FMLiveSwitchNullJsonProvider*) nullJsonProvider |
Serializes a value to a JSON string.
| value | The value to serialize. |
Implements FMLiveSwitchJsonProvider.