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