CrystalJsonTypeBinder

Namespace: SnowBank.Data.Json · delegate

Implements: MulticastDelegate, ICloneable, ISerializable

Delegate called to bind a JSON value into a managed CLR instance

Constructors

CrystalJsonTypeBinder

CrystalJsonTypeBinder(object object, IntPtr method)

Methods

BeginInvoke

IAsyncResult BeginInvoke(JsonValue value, Type bindingType, ICrystalJsonTypeResolver resolver, AsyncCallback callback, object object)

EndInvoke

object EndInvoke(IAsyncResult result)

Invoke

object Invoke(JsonValue value, Type bindingType, ICrystalJsonTypeResolver resolver)