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