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