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