Skip to main content

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

GetParseSpanFn(Type)

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

ServiceStack.Text.Common.ParseStringSpanDelegate

Parameters
TypeName
System.Typetype

GetParseStringSpanFn(Type)

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

ServiceStack.Text.Common.ParseStringSpanDelegate

Parameters
TypeName
System.Typetype

InitAot<T>()

View Source
Declaration
public static void InitAot<T>()
Type Parameters
  • T