Ejemplo n.º 1
0
 public ISerializer Find(Reflect.Type type, bool deserialize)
 {
     return type.Implements<IString>() ? this : null;
 }