wownero/src/serialization
Thomas Winget 77986023c3
json serialization for rpc-relevant monero types
Structured {de-,}serialization methods for (many new) types
which are used for requests or responses in the RPC.

New types include RPC requests and responses, and structs which compose
types within those.

# Conflicts:
#	src/cryptonote_core/blockchain.cpp
2017-09-05 12:20:27 -04:00
..
CMakeLists.txt json serialization for rpc-relevant monero types 2017-09-05 12:20:27 -04:00
binary_archive.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
binary_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
crypto.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
debug_archive.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
json_archive.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
json_object.cpp json serialization for rpc-relevant monero types 2017-09-05 12:20:27 -04:00
json_object.h json serialization for rpc-relevant monero types 2017-09-05 12:20:27 -04:00
json_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
list.h serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
pair.h serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
string.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
variant.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
vector.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00