Open GoogleCodeExporter opened 9 years ago
It can be done in one line using current code:
public void writeUnicode (String value) throws KryoException {
writeString((CharSequence)value);
}
Original comment by denysenk...@gmail.com
on 23 Aug 2012 at 6:06
Original issue reported on code.google.com by
denysenk...@gmail.com
on 23 Aug 2012 at 5:55