# ThorsSerializer **Repository Path**: showmsg/ThorsSerializer ## Basic Information - **Project Name**: ThorsSerializer - **Description**: json to struct序列化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-28 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/Loki-Astari/ThorsSerializer.svg?branch=master)](https://travis-ci.org/Loki-Astari/ThorsSerializer) ![Repo Size](https://reposs.herokuapp.com/?path=Loki-Astari/ThorsSerializer) [![codecov.io](http://codecov.io/github/Loki-Astari/ThorsSerializer/coverage.svg?branch=master)](http://codecov.io/github/Loki-Astari/ThorsSerializer?branch=master) [![Code Review](http://www.zomis.net/codereview/shield/?qid=79279)](http://codereview.stackexchange.com/q/79279/507) [![Code Review](http://www.zomis.net/codereview/shield/?qid=81920)](http://codereview.stackexchange.com/q/81920/507) [![Code Review](http://www.zomis.net/codereview/shield/?qid=79281)](http://codereview.stackexchange.com/q/79281/507) [![Code Review](http://www.zomis.net/codereview/shield/?qid=11138)](http://codereview.stackexchange.com/q/11138/507) [![Code Review](http://www.zomis.net/codereview/shield/?qid=7567)](http://codereview.stackexchange.com/q/7567/507) [![Code Review](http://www.zomis.net/codereview/shield/?qid=7536)](http://codereview.stackexchange.com/q/7536/507) ![ThorStream](img/stream.jpg) Yet another JSON/YAML/Binary serialization library for C++. Unlike other libraries this one does not require you to build DOM of you object before serialization. Using a declarative C++ style you define what C++ classes (and members) you want to serialize "ThorSerializer" will generate the appropriate code automagically. * [Objective](doc/objective.md) * [Simple Example](doc/example1.md) * [Bigger Example](doc/example2.md) * [Building](doc/building.md) * [Documentation Usage](doc/usage.md) * [Documentation Internal](doc/internal.md) ----- [One Page](doc/full.md)