Interface SchemaWriter<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Serialize messages into bytes.
-
Method Summary
-
Method Details
-
write
Serialize the message into bytes.- Parameters:
message
- the message for encode- Returns:
- the serialized bytes
-