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

Make the MessagePackParser#type field public

Open ArtDu opened this issue 1 year ago • 0 comments

https://github.com/msgpack/msgpack-java/blob/fd386138fec6f2a469516dcb2b113dc66e6247e8/msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackParser.java#L67-L71

It's needed us to determine whether we have extension value or byte array in deserialazer.

ArtDu avatar Feb 14 '24 16:02 ArtDu