Skip to main content

InstanceFactory Delegate

Namespace: GHIElectronics.TinyCLR.Data.Json · Assembly: 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);

Parameters

ParameterTypeDescription
instancePathstring
tokenJToken
baseTypeType
fieldNamestring
lengthint