encodeWithTag

expect open fun encodeWithTag(writer: ProtoWriter, tag: Int, value: E?)
expect open fun encodeWithTag(writer: ReverseProtoWriter, tag: Int, value: E?)

Write tag and value to writer. If value is null this does nothing.

actual open fun encodeWithTag(writer: ProtoWriter, tag: Int, value: E?)
actual open fun encodeWithTag(writer: ReverseProtoWriter, tag: Int, value: E?)

Write tag and value to writer. If value is null this does nothing.

actual open fun encodeWithTag(writer: ProtoWriter, tag: Int, value: E?)
actual open fun encodeWithTag(writer: ReverseProtoWriter, tag: Int, value: E?)
actual open fun encodeWithTag(writer: ProtoWriter, tag: Int, value: E?)
actual open fun encodeWithTag(writer: ReverseProtoWriter, tag: Int, value: E?)

Write tag and value to writer. If value is null this does nothing.