public interface Deserializer
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentType> |
contentTypes() |
net.eusashead.parquet.entity.Entity |
deserialize(org.vertx.java.core.buffer.Buffer body,
ContentType contentType) |
boolean |
supports(ContentType contentType) |
boolean supports(ContentType contentType)
java.util.List<ContentType> contentTypes()
net.eusashead.parquet.entity.Entity deserialize(org.vertx.java.core.buffer.Buffer body,
ContentType contentType)
throws DeserializationException
DeserializationException