Electroneum
json_archive.h File Reference

JSON archive. More...

#include "serialization.h"
#include <cassert>
#include <iostream>
#include <iomanip>
Include dependency graph for json_archive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  json_archive_base< Stream, IsSaving >
 the base class of json archive type More...
 
struct  json_archive< W >
 a archive using the JSON standard More...
 
struct  json_archive< true >
 

Detailed Description

JSON archive.

Definition in file json_archive.h.