Beispiel #1
0
 public void serialize(sisc.ser.Serializer s) throws IOException {
   s.writeExpression(type);
   s.writeUTF(pattern.getPattern());
   s.writeInt(pattern.getOptions());
 }