Table of Contents

Interface ICloudConverter

Namespace
Glitch9.IO.Networking
public interface ICloudConverter
Extension Methods

Methods

ToCloudFormat(Type, object)

object ToCloudFormat(Type type, object propertyValue)

Parameters

type Type
propertyValue object

Returns

object

ToLocalFormat(Type, string, object)

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

Parameters

type Type
propertyName string
propertyValue object

Returns

object