Determine the size of tuple in memory. This is used by data bags to determine their memory size. This need not be exact, but it should be a decent estimation. @return estimated memory size, in bytes.
()
| 141 | * @return estimated memory size, in bytes. |
| 142 | */ |
| 143 | long getMemorySize(); |
| 144 | |
| 145 | /** |
| 146 | * Write a tuple of values into a string. The output will be the result |
no outgoing calls