Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getSerializerType (0.67 seconds)

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

            }
        }
    
        /**
         * Gets the configured serializer type from the Fess configuration.
         *
         * @return the serializer type (either "kryo" or "javabin")
         */
        protected String getSerializerType() {
            return ComponentUtil.getFessConfig().getCrawlerDataSerializer();
        }
    
        /**
         * Serializes an object to a byte array.
         * <p>
    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