예제 #1
0
 public JsonDeserializer(ReflectionContext reflectionContext)
 {
     refCtx = reflectionContext;
 }
예제 #2
0
 public JsonSerializer(JsonContext jsonContext, ReflectionContext reflectionContext)
 {
     jsonCtx = jsonContext;
     refCtx  = reflectionContext;
 }