writeTo method

int writeTo(
  1. BytesBuffer out
)

Implementation

int writeTo(BytesBuffer out) {
  return out.writeWritables(this);
}