MessageEntity
- The type of entity that this serializer serializes.WireFormat
- The wire format that this serializer serializes to.public static interface MessageSerializer.NegotiatedDeserializer<MessageEntity,WireFormat>
Modifier and Type | Method and Description |
---|---|
MessageEntity |
deserialize(WireFormat wire)
Deserialize the given wire format.
|
MessageEntity deserialize(WireFormat wire) throws DeserializationException
wire
- The raw wire data.DeserializationException