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()Deprecated, for removal: This API element is subject to removal in a future version.Return thejava serialization hintsfor types that need to be serialized using Java serialization at runtime.