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