Received from Lev Givon on Thu, Sep 03, 2015 at 10:30:22AM EDT:
> When I recently tried to execute the Gremlin query 
> 
> g.getVertices("@class", "MyClass") 
> 
> via the binary protocol on an OrientDB 2.1.1 database containing vertices of 
> the
> MyClass class (e.g., by running the query via the OrientDB console using the
> gremlin command), the query timed out with the following exception message in
> the server logs:
> 
> com.orientechnologies.orient.core.exception.OSerializationException: Cannot
> serialize the object since it's not implements the OSerializableStream 
> interface
> 
> Is there some way to recast the results of the above query to something that 
> can
> be returned via the binary protocol?

(new GremlinPipeline()).start(g.getVertices("@class", "MyClass"))
-- 
Lev Givon
Bionet Group | Neurokernel Project
http://www.columbia.edu/~lev/
http://lebedov.github.io/
http://neurokernel.github.io/

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to