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