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