public class OutputSerializer extends Object
The serializer serializes all messages to a JsonObject which
can be read and deserialized by input connections. If the message is
not an event bus supported type, the serializer will attempt to
serialize the message using the default Vertigo serializer.
| Constructor and Description |
|---|
OutputSerializer() |
public org.vertx.java.core.json.JsonObject serialize(Object message)
message - The message to serialzie.Copyright © 2013-2014. All Rights Reserved.