private TypeSchema BuildCore(IntSchema w, IntSchema r)
 {
     return(new IntSchema(r.RuntimeType));
 }
 private void VisitCore(IntSchema s)
 {
     s.Serializer = new IntSerializer(s);
 }
 private TypeSchema BuildCore(IntSchema w, IntSchema r)
 {
     return new IntSchema(r.RuntimeType);
 }