msgpack-java icon indicating copy to clipboard operation
msgpack-java copied to clipboard

java.util.Locale register

Open VinayaP1 opened this issue 3 years ago • 0 comments

Hi, I'm using msgpack version 0.6.12 I get this below error while registering Locale.

org.msgpack.template.builder.TemplateBuildException: Cannot compile: { if (!$3 && $1.trySkipNil()) { return null; } java.util.Locale$LocaleNameGetter _$$_t; if ($2 == null) { _$$_t = new java.util.Locale$LocaleNameGetter(); } else { _$$_t = (java.util.Locale$LocaleNameGetter) $2; } $1.readArrayBegin(); $1.readArrayEnd(); return _$$_t; }

VinayaP1 avatar Jul 26 '22 08:07 VinayaP1