Returns whether this key will be serialized to bytes lazily.
()
| 837 | * Returns whether this key will be serialized to bytes lazily. |
| 838 | */ |
| 839 | boolean serializesToStreams() { |
| 840 | return false; |
| 841 | } |
| 842 | |
| 843 | /** |
| 844 | * Gets this keys (implementation-specific) marshaller, or null if the |