Package com.vaadin.kubernetes.starter.sessiontracker.serialization.debug
package com.vaadin.kubernetes.starter.sessiontracker.serialization.debug
-
ClassDescriptionInterface that may be implemented by
TransientHandlers to debug the serialization process.Outcome of the serialization/deserialization process.Represent the result of the test serialization/deserialization process.ARequestHandlerimplementation that performs a check on HTTP session serialization and deserialization.VaadinServiceInitListenerimplementation that installs theSerializationDebugRequestHandlerif the following preconditions are met: application is running in development mode. session serialization debug is enabled by setting the devmode.sessionSerialization.debug configuration property to true. sun.io.serialization.extendedDebugInfo system property is set to true. reflection onjava.iopackages is allowed by adding '--add-opens java.base/java.io=ALL-UNNAMED' flag to the JVM.Container of information about serialized objects.