com.tinkerpop.rexster.gremlin.converter
Interface ResultConverter<T>

All Known Implementing Classes:
ConsoleResultConverter, JSONResultConverter, MsgPackResultConverter

public interface ResultConverter<T>


Method Summary
 T convert(Object result)
          Converts the result to a sensible format given the implementation.
 

Method Detail

convert

T convert(Object result)
          throws Exception
Converts the result to a sensible format given the implementation.

Throws:
Exception


Copyright © 2009-2012. All Rights Reserved.