Skip to content

ProtoMessage

[Source]

trait ref ProtoMessage

Public Functions

is_initialized

[Source]

fun box is_initialized()
: Bool val

Returns


compute_size

[Source]

fun box compute_size()
: U32 val

Returns


write_to_stream

[Source]

fun box write_to_stream(
  writer: ProtoWriter ref)
: None val

Parameters

Returns


parse_from_stream

[Source]

fun ref parse_from_stream(
  reader: ProtoReader ref)
: None val ?

Parameters

Returns