Uses of Class
org.springframework.aot.hint.SerializationHints
Packages that use 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
Methods in org.springframework.aot.hint that return SerializationHintsModifier 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, @Nullable 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 specifiedTypeReferenceneed to be serialized using java serialization.SerializationHints.registerType(TypeReference type, @Nullable Consumer<JavaSerializationHint.Builder> serializationHint) Register that the type defined by the specifiedTypeReferenceneed to be serialized using java serialization.RuntimeHints.serialization()Provide access to serialization-based hints.