Class ListConverter<T>
- Namespace
- Glitch9.IO.Networking
public class ListConverter<T> : CloudConverter<List<T>>, ICloudConverter
Type Parameters
T
- Inheritance
-
CloudConverter<List<T>>ListConverter<T>
- Implements
- Inherited Members
- Extension Methods
Methods
ToCloudFormat(List<T>)
public override object ToCloudFormat(List<T> propertyValue)
Parameters
propertyValueList<T>
Returns
ToLocalFormat(string, object)
public override List<T> ToLocalFormat(string propertyName, object propertyValue)
Parameters
Returns
- List<T>