Interface SerializationHint.SimpleHint
- All Superinterfaces:
SerializationHint
- All Known Implementing Classes:
Resp3Type
- Enclosing interface:
SerializationHint
Provide hints of simple primitive elements.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.server.resp.serialization.SerializationHint
SerializationHint.KeyValueHint, SerializationHint.SimpleHint
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serialize
(Object object, ResponseWriter writer) Identify the underlying RESP3 type.
-
Method Details
-
serialize
Identify the underlying RESP3 type.
-