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