Uses of Class
org.springframework.aot.hint.JavaSerializationHint
Packages that use JavaSerializationHint
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of JavaSerializationHint in org.springframework.aot.hint
Methods in org.springframework.aot.hint that return types with arguments of type JavaSerializationHintModifier and TypeMethodDescriptionSerializationHints.javaSerializationHints()
Return thejava serialization hints
for types that need to be serialized using Java serialization at runtime.