Skip to main content

InstanceFactory Delegate

NuGet: GHIElectronics.TinyCLR.Data.Json
Assembly: GHIElectronics.TinyCLR.Data.Json
Namespace: GHIElectronics.TinyCLR.Data.Json

Hook invoked by JsonConverter.DeserializeObject(string, Type, InstanceFactory) when a polymorphic field is deserialized — return the concrete instance to populate.

public delegate object InstanceFactory(string instancePath, JToken token, Type baseType, string fieldName, int length);