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