|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
A helper type that can be used to implement specialisations of VariantConverter that use FromVar::convert and ToVar::convert internally. More...
#include "juce_JSONSerialisation.h"
Static Public Member Functions | |
| static Type | fromVar (const var &v) |
| static var | toVar (const Type &t) |
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:
@tags{Core}
Definition at line 515 of file juce_JSONSerialisation.h.
|
static |
Definition at line 519 of file juce_JSONSerialisation.h.
|
static |
Definition at line 526 of file juce_JSONSerialisation.h.