Interface MessageTextSerializer<M>

  • All Superinterfaces:
    MessageSerializer<M>
    All Known Implementing Classes:
    GraphSONMessageSerializerV1d0, GraphSONMessageSerializerV2d0, GraphSONMessageSerializerV3d0

    public interface MessageTextSerializer<M>
    extends MessageSerializer<M>
    An extension to the MessageSerializer interface that allows a format to be compatible with text-based websocket messages. This interface is for internal purposes only. Implementers who have mapper serialization needs should NOT implement this interface as it will not be used. Gremlin Server only supports plain JSON for text-based requests.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)