Skip to main content

JsvWriter

Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class JsvWriter

Fields

Instance

View Source
Declaration
public static readonly JsWriter<JsvTypeSerializer> Instance

Methods

GetWriteFn(Type)

View Source
Declaration
public static WriteObjectDelegate GetWriteFn(Type type)
Returns

ServiceStack.Text.Common.WriteObjectDelegate

Parameters
TypeName
System.Typetype

WriteLateBoundObject(TextWriter, Object)

View Source
Declaration
public static void WriteLateBoundObject(TextWriter writer, object value)
Parameters
TypeName
System.IO.TextWriterwriter
System.Objectvalue

GetValueTypeToStringMethod(Type)

View Source
Declaration
public static WriteObjectDelegate GetValueTypeToStringMethod(Type type)
Returns

ServiceStack.Text.Common.WriteObjectDelegate

Parameters
TypeName
System.Typetype

InitAot<T>()

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