コード例 #1
0
 private void VisitCore(FloatSchema s)
 {
     s.Serializer = new FloatSerializer(s);
 }
 private TypeSchema BuildCore(FloatSchema w, DoubleSchema r)
 {
     return(new FloatSchema(r.RuntimeType));
 }
コード例 #3
0
 private TypeSchema BuildCore(FloatSchema w, DoubleSchema r)
 {
     return new FloatSchema(r.RuntimeType);
 }
 private TypeSchema BuildCore(LongSchema w, FloatSchema r)
 {
     return(new LongSchema(r.RuntimeType));
 }
コード例 #5
0
 private TypeSchema BuildCore(LongSchema w, FloatSchema r)
 {
     return new LongSchema(r.RuntimeType);
 }