| Class | Description | 
|---|---|
| GreedyMessageBuffer | 
 A MessageBuffer implementation that will aggressively create
  all messages as byte data comes in. 
 | 
| LazyMessageBuffer | 
 A MessageBuffer implementation that will deserialize messages as they
  are returned instead of deserializing them as the data comes in. 
 | 
| SerializerMessageProtocol | 
 Implements a MessageProtocol providing message serializer/deserialization
  based on the built-in Serializer code. 
 |