Skip to content

notweerdmonk/serializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another serializer

Tests

Serialize data types, arrays, POD and classes and store or retrieve to and from ostream and istream objects respectively.

Caveats

  • User should not serialize pointers because memory locations can change.
  • Disobeys strict aliasing rule. Read from and write to internal buffer requires casting the address of data to uint8_t*.

About

Yet another serialzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published