Esempio n. 1
0
 public void serialize(sisc.ser.Serializer s) throws IOException {
   s.writeExpression(type);
   s.writeUTF(pattern.getPattern());
   s.writeInt(pattern.getOptions());
 }
 public void serialize(Serializer s) throws IOException {
   s.writeUTF(Util.nameType((Class) obj));
 }