template<typename Type>
struct juce::StrictVariantConverter< Type >
A helper type that can be used to implement specialisations of VariantConverter that use FromVar::convert and ToVar::convert internally.
If you've already implemented SerialisationTraits for a specific type, and don't want to write a custom VariantConverter that duplicates that implementation, you can instead write:
template <>
A helper type that can be used to implement specialisations of VariantConverter that use FromVar::con...
Definition juce_JSONSerialisation.h:526
This template-overloaded class can be used to convert between var and custom types.
Definition juce_JSONSerialisation.h:490