Exemplo n.º 1
0
 static Counter()
 {
     JsonAdapter.Register(typeof(Counter <TValue>), new CounterAdapter(typeof(Counter <TValue>), typeof(TValue)));
 }
Exemplo n.º 2
0
 static ParseObject()
 {
     JsonAdapter.Register(typeof(ParseObject), ParseObjectAdapter.Instance);
 }