Show / Hide Table of Contents

Class GenericResponseDeserializer<DataType>

Deserialize specified data type

Inheritance
Object
GenericResponseDeserializer<DataType>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.Deserializer
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class GenericResponseDeserializer<DataType>
Type Parameters
Name Description
DataType

Data type

Methods

Deserialize(IHttpResponse)

Deserialize HTTP response

Declaration
public DataType Deserialize(IHttpResponse response)
Parameters
Type Name Description
IHttpResponse response

HTTP response

Returns
Type Description
DataType

Deserialize result

In This Article
Back to top Generated by DocFX