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