Package kos.api
Interface Serializer
-
- All Known Implementing Classes:
Serializer.JsonSerializer,Serializer.PlainTextSerializer
public interface Serializer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSerializer.JsonSerializerstatic classSerializer.PlainTextSerializer
-
Field Summary
Fields Modifier and Type Field Description static Function<String,Serializer>INVALID_SERIALIZER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcontentType()<T> Tdeserialize(io.vertx.core.buffer.Buffer buffer, Class<T> type)io.vertx.core.buffer.Bufferserialize(Object target)
-