Package kos.api
Interface Serializer
- All Known Implementing Classes:
Serializer.JsonSerializer,Serializer.PlainTextSerializer
public interface Serializer
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T> Tdeserialize(io.vertx.core.buffer.Buffer buffer, Class<T> type) io.vertx.core.buffer.Buffer
-
Field Details
-
INVALID_SERIALIZER
-
-
Method Details
-
serialize
-
deserialize
-
contentType
String contentType()
-