RuedigerMoeller / fast-serialization

FST: fast java serialization drop in-replacement
Apache License 2.0
1.58k stars 248 forks source link

dead loop when create FSTConfiguration #305

Open bes2008 opened 3 years ago

bes2008 commented 3 years ago

version: 2.56 and 2.57 the source in FSTConfiguration :

    public static FSTConfiguration createConfiguration(ConfType ct, boolean shareRefs) {
        return createConfiguration(ct,shareRefs);
    }