FMIceLinkSize Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkSize.h FMIceLinkSize.m |
+ fromJsonWithSizeJson:
Deserializes an instance from JSON.
+ (FMIceLinkSize *)fromJsonWithSizeJson:(NSString *)sizeJsonParameters
sizeJson |
The JSON to deserialize. |
|---|
Return Value
The deserialized size.
Discussion
Deserializes an instance from JSON.
Declared In
FMIceLinkSize.h
– toJson
Serializes this instance to JSON.
@return The serialized JSON.
- (NSString *)toJsonDiscussion
Serializes this instance to JSON.
@return The serialized JSON.
Declared In
FMIceLinkSize.h
+ toJsonWithSize:
Serializes an instance to JSON.
+ (NSString *)toJsonWithSize:(FMIceLinkSize *)sizeParameters
size |
The size. @return The serialized JSON. |
|---|
Discussion
Serializes an instance to JSON.
Declared In
FMIceLinkSize.h