public class InputDeserializer extends Object
The deserializer deserializes JsonObject messages to any
type that is supported by the format. If a message was serialized
using the Vertigo serializer, it can deserialize the message
back to the original object.
| Constructor and Description |
|---|
InputDeserializer() |
public Object deserialize(org.vertx.java.core.json.JsonObject message)
message - The message to deserialize.Copyright © 2013-2014. All Rights Reserved.