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