public interface Encoder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Encoder.Binary<T>
This interface defines how to provide a way to convert a custom
object into a binary message.
|
static interface |
Encoder.Text<T>
This interface defines how to provide a way to convert a custom
object into a text message.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.