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