26 #include "../Converter.h"
27 #include "../../visitor/nlohmannJSON/NlohmannJSONVisitor.h"
28 #include "../../rw/reader/nlohmannJSON/NlohmannJSONReader.h"
29 #include "../../rw/writer/nlohmannJSON/NlohmannJSONWriter.h"
34 template <
class WriterImplementation>
35 requires isWriter<WriterImplementation>
37 virtual public Converter<aron::data::reader::NlohmannJSONReader, WriterImplementation, FromNlohmannJSONConverter<WriterImplementation>>
43 template <
class ReaderImplementation>
44 requires isReader<ReaderImplementation>
46 virtual public Converter<ReaderImplementation, aron::data::writer::NlohmannJSONWriter, ToNlohmannJSONConverter<ReaderImplementation>>