serialize changes. #35

Closed
muellerr wants to merge 21 commits from KSat:mueller_Serialization into master
Owner
  1. a lot of documentation
  2. size_t introduced for both serialize and serialize. override keyword introduced (adapters remain virtual).
  3. some features which could be useful: initialization of serialfixedarraylistadapter with data.
  4. SerializeAdapter split up in interface file and internal file.
  5. rest of size_t replacements (a lot of them..) will come in separate merge
    request
  6. some formatting (80 column width rule)
  7. Serial Lnked List Adapter: copy ctor and copy assignment explicitely deleted.
1. a lot of documentation 2. size_t introduced for both serialize and serialize. override keyword introduced (adapters remain virtual). 3. some features which could be useful: initialization of serialfixedarraylistadapter with data. 4. SerializeAdapter split up in interface file and internal file. 5. rest of size_t replacements (a lot of them..) will come in separate merge request 6. some formatting (80 column width rule) 7. Serial Lnked List Adapter: copy ctor and copy assignment explicitely deleted.
Author
Owner

This fixes #33

This fixes #33
Author
Owner

I will split this request up in multiple smaller ones.

I will split this request up in multiple smaller ones.
muellerr added the
invalid
label 2020-04-30 22:01:22 +02:00
muellerr added
feature
API Change
and removed
invalid
labels 2020-05-04 19:32:20 +02:00
Author
Owner

I left it as one pull request but I removed some wrong/unneeded stuff
and did all replacement until it compiled again. will perform some testing too and try to compile for Linux too.

I left it as one pull request but I removed some wrong/unneeded stuff and did all replacement until it compiled again. will perform some testing too and try to compile for Linux too.
muellerr reviewed 2020-05-04 19:34:28 +02:00
@ -40,3 +45,2 @@
T tmp;
*size -= sizeof(T);
if (*size >= 0) {
if (*size >= sizeof(T)) {
Author
Owner

I think this should be the correct implementation: check before decrementing.

I think this should be the correct implementation: check before decrementing.
Author
Owner

after integrating changes for SerializeIF (new enum), this will propably look very different anyway so I will close this for now.

after integrating changes for SerializeIF (new enum), this will propably look very different anyway so I will close this for now.
muellerr closed this pull request 2020-07-03 16:32:23 +02:00

Pull request closed

Sign in to join this conversation.
No description provided.