Skip to main content

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
TypeName
System.Typetype

GetParseStringSpanMethod(Type)

View Source
Declaration
public static ParseStringSpanDelegate GetParseStringSpanMethod(Type type)
Returns

ServiceStack.Text.Common.ParseStringSpanDelegate

Parameters
TypeName
System.Typetype

GetTypeStringConstructor(Type)

Get the type(string) constructor if exists

View Source
Declaration
public static ConstructorInfo GetTypeStringConstructor(Type type)
Returns

System.Reflection.ConstructorInfo

Parameters
TypeNameDescription
System.TypetypeThe type.

|