nfx-serialization 0.3.0
Cross-platform C++ JSON serialization library with extensible trait capabilities
Loading...
Searching...
No Matches
ContainersTraits.h File Reference

SerializationTraits specializations for nfx-containers types. More...

Include dependency graph for ContainersTraits.h:

Go to the source code of this file.

Detailed Description

SerializationTraits specializations for nfx-containers types.

This is an optional extension header that provides JSON serialization support for nfx::containers types (PerfectHashMap, FastHashMap, FastHashSet).

This header is safe to include even if nfx-containers is not available. Each container type is independently supported - you can use any subset.

include <nfx/serialization/json/SerializationTraits.h> include <nfx/serialization/json/extensions/ContainersTraits.h>

Note
Each specialization is only enabled if its corresponding header is available.

Definition in file ContainersTraits.h.