Re: Option meta schema in cache level?

2018-02-01 Thread Andrey Mashenkov
Hi, To get metadata prior to iterating over cursor, you can try to cast cursor to internal class QueryCursorImpl and call #fieldsMetadata(). On Sun, Jan 21, 2018 at 11:27 PM, mamaco wrote: > I'm trying to use Binary Marshaller to replace old OptimizedMarshaller > which > is

Option meta schema in cache level?

2018-01-21 Thread mamaco
I'm trying to use Binary Marshaller to replace old OptimizedMarshaller which is really a pain for deployment. But according to document of Type Metadata, it could be changed at runtime, that means if I access to a 3rd party cache which was created by someone else without explicit type settings,