JsonDecoder get decoder { if (_reviver == null) return const JsonDecoder(); return new JsonDecoder(_reviver); }