public interface Encodable
Modifier and Type | Method and Description |
---|---|
void |
read(Decoder decoder)
Decodes this encodable using the given decoder.
|
void |
write(Encoder encoder)
Encodes this encodable using the given encoder.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.