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