MsgPackType<T>
Assembly: ServiceStack.MsgPack.dll
View Source
Declaration
public class MsgPackType<T>
Properties
Type
View Source
Declaration
public Type Type { get; }
Methods
Convert(Object)
View Source
Declaration
public object Convert(object instance)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Object | instance |