DeserializeTypeUtils
Assembly: ServiceStack.Text.dll
View Source
Declaration
public class DeserializeTypeUtils
Methods
GetParseMethod(Type)
View Source
Declaration
public static ParseStringDelegate GetParseMethod(Type type)
Returns
ServiceStack.Text.Common.ParseStringDelegate
Parameters
Type | Name |
---|---|
System.Type | type |
GetParseStringSpanMethod(Type)
View Source
Declaration
public static ParseStringSpanDelegate GetParseStringSpanMethod(Type type)
Returns
ServiceStack.Text.Common.ParseStringSpanDelegate
Parameters
Type | Name |
---|---|
System.Type | type |
GetTypeStringConstructor(Type)
Get the type(string) constructor if exists
View Source
Declaration
public static ConstructorInfo GetTypeStringConstructor(Type type)
Returns
System.Reflection.ConstructorInfo
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type. |
|