Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for readClassAndObject (0.74 seconds)

  1. src/main/java/org/codelibs/fess/crawler/serializer/DataSerializer.java

        protected Object deserializeWithKryo(final byte[] bytes) {
            final Kryo kryo = kryoThreadLocal.get();
            try (final Input input = new Input(new ByteArrayInputStream(bytes))) {
                return kryo.readClassAndObject(input);
            }
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 10 01:54:09 GMT 2026
    - 10.5K bytes
    - Click Count (3)
Back to Top