AbstractChronology.writeReplace

Writes the Chronology using a <a href="{@docRoot}/serialized-form.html#hunt.time.chrono.Ser">dedicated serialized form</a>. <pre> _out.writeByte(1); // identifies this as a Chronology _out.writeUTF(getId()); </pre>

@return the instance of {@code Ser}, not null

class AbstractChronology
Object
writeReplace
()

Meta