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