public JsonDeserializer(ReflectionContext reflectionContext) { refCtx = reflectionContext; }
public JsonSerializer(JsonContext jsonContext, ReflectionContext reflectionContext) { jsonCtx = jsonContext; refCtx = reflectionContext; }