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