Show / Hide Table of Contents

Class AN_SerializedObjectResult<T>

Serialized object result.

Inheritance
System.Object
AN_SerializedObjectResult<T>
Namespace: SA.Android.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class AN_SerializedObjectResult<T> : SA_Result
Type Parameters
Name Description
T

Result data type.

Properties

Data

Result data.

Declaration
public T Data { get; }
Property Value
Type Description
T
In This Article
Back to top Generated by DocFX