Esempio n. 1
0
 public JsonDeserializer(ReflectionContext reflectionContext)
 {
     refCtx = reflectionContext;
 }
Esempio n. 2
0
 public JsonSerializer(JsonContext jsonContext, ReflectionContext reflectionContext)
 {
     jsonCtx = jsonContext;
     refCtx  = reflectionContext;
 }