Pool Raw Access Helper serialization of vectors implemented

This commit is contained in:
2019-12-29 01:59:02 +01:00
parent 666341d03d
commit 2425685e44
3 changed files with 71 additions and 37 deletions

View File

@ -9,7 +9,7 @@
* buffers with a header containing the buffer length.
* @details
* Can be used by SerialLinkedListAdapter by using this type in
* SerializeElement<>
* SerializeElement<>.
* Buffers with a size header inside that class can be declared with
* SerialFixedArrayListAdapter<bufferType,MAX_BUFFER_LENGTH,typeOfMaxData>.
* typeOfMaxData specifies the data type of the buffer header containing the buffer size that follows