Uses of Class
com.vaadin.kubernetes.starter.sessiontracker.serialization.debug.Track
Packages that use Track
-
Uses of Track in com.vaadin.kubernetes.starter.sessiontracker.serialization.debug
Methods in com.vaadin.kubernetes.starter.sessiontracker.serialization.debug that return TrackModifier and TypeMethodDescriptionTrack.assignHandle(ToIntFunction<Object> handleLookup) Associate the tracking object with instance handle.static TrackTrack.withEstimatedDepth(int depth) Track.withEstimatedHandle(int handle) Methods in com.vaadin.kubernetes.starter.sessiontracker.serialization.debug with parameters of type TrackModifier and TypeMethodDescriptiondefault voidDebugMode.onDeserialize(Class<?> type, Track track, Object object) Hook notified when deserialization of an object of give type is started.default ObjectDebugMode.onDeserialized(Object object, Track track) Tracks an object right after deserialization Implementors can provide a replacement for current processing object.default ObjectDebugMode.onSerialize(Object object, Track track) Tracks an object being serialized.