CrystalJsonTypeVisitor

Namespace: SnowBank.Data.Json · delegate

Implements: MulticastDelegate, ICloneable, ISerializable

Delegate that will serialize a value into JSON

Constructors

CrystalJsonTypeVisitor

CrystalJsonTypeVisitor(object object, IntPtr method)

Methods

BeginInvoke

IAsyncResult BeginInvoke(object value, Type declaringType, Type runtimeType, CrystalJsonWriter writer, AsyncCallback callback, object object)

EndInvoke

void EndInvoke(IAsyncResult result)

Invoke

void Invoke(object value, Type declaringType, Type runtimeType, CrystalJsonWriter writer)