@InterfaceAudience.Public @InterfaceStability.Stable @FunctionalInterface public interface SchemaWriter<T>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
write(T message)
Serialize the message into bytes.
|
byte[] write(T message)
message - the message for encodeCopyright © 2017–2022 Apache Software Foundation. All rights reserved.