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