+doc document ByteBufferSerializer for Artery #21601
This commit is contained in:
parent
aeffb380fc
commit
e7ed0a2e6b
6 changed files with 131 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue