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