Uses of Class
org.springframework.aot.hint.JavaSerializationHints
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of JavaSerializationHints in org.springframework.aot.hint
Modifier and TypeMethodDescriptionRuntimeHints.javaSerialization()
Provide access to serialization-based hints.JavaSerializationHints.registerType
(Class<? extends Serializable> type) Register that the specified type need to be serialized using java serialization.JavaSerializationHints.registerType
(TypeReference type) Register that the type defined by the specifiedTypeReference
need to be serialized using java serialization.