Data ejection : eject data from mem

When or what condition the data within memory will be ejected from mem?

How does CS handle SerializableDocument , the same as JsonDoucment?

As my app all use SerializableObject to handle biz function, the data in the couchbase Server is binary.
So serializing will influence the mem management of CS?

The memory management is described in the documentation.

The ejection is independent of the type of data being stored (it’s just based on the number of bytes), but the size may be influenced by what are in these items.