issues
search
RuedigerMoeller
/
fast-serialization
FST: fast java serialization drop in-replacement
Apache License 2.0
1.59k
stars
245
forks
source link
JSON decoder for Externalizable reads end array
#339
Open
richard-smith-preservica
opened
1 year ago
richard-smith-preservica
commented
1 year ago
JSON encoding for Externalizable objects always adds an array, into which the Externalizable writes data. This change makes readExternalEnd read this array end, even if consumeEndMarker is not implemented.