+doc document ByteBufferSerializer for Artery #21601

This commit is contained in:
Konrad Malawski 2016-09-30 15:29:05 +02:00
parent aeffb380fc
commit e7ed0a2e6b
6 changed files with 131 additions and 4 deletions

View file

@ -168,6 +168,7 @@ abstract class SerializerWithStringManifest extends Serializer {
*
* }}}
*/
//#ByteBufferSerializer
trait ByteBufferSerializer {
/**
@ -182,6 +183,7 @@ trait ByteBufferSerializer {
def fromBinary(buf: ByteBuffer, manifest: String): AnyRef
}
//#ByteBufferSerializer
/**
* Base serializer trait with serialization identifiers configuration contract,