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