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