Hi Lukas,
First of all, thank you for a great library, as well as answering all my 
previous questions :-) 

I have a question about serialization. When a record is serialized, what 
exactly does the serialized data include?
Is it only row-level data such as field values? Or also table schema? Or 
even more?

My use case is that I'd like to serialize query result (a list of records) 
to Memcache. Ideally, I only want row-level data to be serialized, as 
Memcache will be read by the same binary.
Should I instead go a different route, perhaps work with POJOs instead of 
Records?

Thanks,
Nikola

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" 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