@InterfaceAudience.Public @InterfaceStability.Stable public interface SerDe<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] input) |
byte[] |
serialize(T input) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.