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