Table of Contents

Class ListConverter<T>

Namespace
Glitch9.IO.Networking
public class ListConverter<T> : CloudConverter<List<T>>, ICloudConverter

Type Parameters

T
Inheritance
ListConverter<T>
Implements
Inherited Members
Extension Methods

Methods

ToCloudFormat(List<T>)

public override object ToCloudFormat(List<T> propertyValue)

Parameters

propertyValue List<T>

Returns

object

ToLocalFormat(string, object)

public override List<T> ToLocalFormat(string propertyName, object propertyValue)

Parameters

propertyName string
propertyValue object

Returns

List<T>