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