Table of Contents

Class CloudConverter<T>

Namespace
Glitch9.IO.Networking
public abstract class CloudConverter<T> : ICloudConverter

Type Parameters

T
Inheritance
CloudConverter<T>
Implements
Derived
Inherited Members
Extension Methods

Methods

ToCloudFormat(Type, object)

public object ToCloudFormat(Type type, object propertyValue)

Parameters

type Type
propertyValue object

Returns

object

ToCloudFormat(T)

public abstract object ToCloudFormat(T propertyValue)

Parameters

propertyValue T

Returns

object

ToLocalFormat(string, object)

public abstract T ToLocalFormat(string propertyName, object propertyValue)

Parameters

propertyName string
propertyValue object

Returns

T

ToLocalFormat(Type, string, object)

public object ToLocalFormat(Type type, string propertyName, object propertyValue)

Parameters

type Type
propertyName string
propertyValue object

Returns

object