| Constructor and Description |
|---|
GsonCodec(com.google.gson.Gson gson,
com.google.common.reflect.TypeToken<M> type) |
GsonCodec(com.google.common.reflect.TypeToken<M> type) |
| Modifier and Type | Method and Description |
|---|---|
M |
decode(byte[] buf)
Decodes the message.
|
byte[] |
encode(M message)
Encodes the message.
|
public GsonCodec(com.google.gson.Gson gson,
com.google.common.reflect.TypeToken<M> type)
public GsonCodec(com.google.common.reflect.TypeToken<M> type)
Copyright © 2022. All rights reserved.