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