Interface SchemaWriter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
write(T message)
Serialize the message into bytes.
-
-
-
Method Detail
-
write
byte[] write(T message)
Serialize the message into bytes.- Parameters:
message
- the message for encode- Returns:
- the serialized bytes
-
-