DBTEAMLOGStartedEnterpriseAdminSessionTypeSerializer
Objective-C
@interface DBTEAMLOGStartedEnterpriseAdminSessionTypeSerializer : NSObject
Swift
class DBTEAMLOGStartedEnterpriseAdminSessionTypeSerializer : NSObject
The serialization class for the StartedEnterpriseAdminSessionType
struct.
-
Serializes
DBTEAMLOGStartedEnterpriseAdminSessionType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGStartedEnterpriseAdminSessionType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGStartedEnterpriseAdminSessionType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGStartedEnterpriseAdminSessionType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGStartedEnterpriseAdminSessionType
API object. -
Deserializes
DBTEAMLOGStartedEnterpriseAdminSessionType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGStartedEnterpriseAdminSessionType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGStartedEnterpriseAdminSessionType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGStartedEnterpriseAdminSessionType
API object.Return Value
An instantiation of the
DBTEAMLOGStartedEnterpriseAdminSessionType
object.