DBFILESSharingInfoSerializer
Objective-C
@interface DBFILESSharingInfoSerializer : NSObject
                Swift
class DBFILESSharingInfoSerializer : NSObject
                The serialization class for the SharingInfo struct.
- 
                  
                  
Serializes
DBFILESSharingInfoinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBFILESSharingInfo *)instance;Swift
class func serialize(_ instance: DBFILESSharingInfo) -> [String : Any]?Parameters
instanceAn instance of the
DBFILESSharingInfoAPI object.Return Value
A json-compatible dictionary representation of the
DBFILESSharingInfoAPI object. - 
                  
                  
Deserializes
DBFILESSharingInfoinstances.Declaration
Objective-C
+ (nonnull DBFILESSharingInfo *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBFILESSharingInfoParameters
dictA json-compatible dictionary representation of the
DBFILESSharingInfoAPI object.Return Value
An instantiation of the
DBFILESSharingInfoobject. 
View on GitHub
        DBFILESSharingInfoSerializer Class Reference