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