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