JsvReader
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class JsvReader
Methods
GetParseFn(Type)
View Source
Declaration
public static ParseStringDelegate GetParseFn(Type type)
Returns
ServiceStack.Text.Common.ParseStringDelegate
Parameters
Type | Name |
---|---|
System.Type | type |
GetParseSpanFn(Type)
View Source
Declaration
public static ParseStringSpanDelegate GetParseSpanFn(Type type)
Returns
ServiceStack.Text.Common.ParseStringSpanDelegate
Parameters
Type | Name |
---|---|
System.Type | type |
GetParseStringSpanFn(Type)
View Source
Declaration
public static ParseStringSpanDelegate GetParseStringSpanFn(Type type)
Returns
ServiceStack.Text.Common.ParseStringSpanDelegate
Parameters
Type | Name |
---|---|
System.Type | type |
InitAot<T>()
View Source
Declaration
public static void InitAot<T>()
Type Parameters
T