QtJsonSerializer  4.0.0
A library to perform generic seralization and deserialization of QObjects
Public Member Functions | List of all members
QtJsonSerializer::TypeConverterStandardFactory< TConverter, OverwritePriority > Class Template Reference

A template implementation of TypeConverterFactory to generically create simply converters. More...

#include <typeconverter.h>

+ Inheritance diagram for QtJsonSerializer::TypeConverterStandardFactory< TConverter, OverwritePriority >:

Public Member Functions

QSharedPointer< TypeConvertercreateConverter () const override
 The primary factory method to create converters.
 

Detailed Description

template<typename TConverter, int OverwritePriority = TypeConverter::Priority::Standard>
class QtJsonSerializer::TypeConverterStandardFactory< TConverter, OverwritePriority >

A template implementation of TypeConverterFactory to generically create simply converters.

Definition at line 157 of file typeconverter.h.


The documentation for this class was generated from the following file: