Skip to content

Protobuf serializer using boost's property tree to use JSON, XML, etc as alternate serialization methods for PB.

Notifications You must be signed in to change notification settings

xvjau/PBSerializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PBSerializer

Protobuf serializer using boost's property tree to use JSON, XML, etc as alternate serialization methods for PB.

Dependencies

Build

You can build PBSerializer using CMake following these steps:

  1. Create a build dir in the root dir of the project mkdir build
  2. Inside the build dir, run CMake: cmake ..
  3. Finally, run make: make

This process will build both library and test suite. It is always a good idea to run the test suite before installing.

To run the test suie, inside the build dir, go to the test dir: cd tests And execute the tests program: ./tests

You can finally install the library running make install inside the build dir, not the tests dir

About

Protobuf serializer using boost's property tree to use JSON, XML, etc as alternate serialization methods for PB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published