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