1 | Object containing data that is permanently available to Clients within a Session |
2 | Global data can be written to a ByteArray object by a Client and new value is immediately available to be read by other Clients |
3 | ByteArray objects are created within given Session |
4 |
ByteArray can be used to:
|
5 | Arbitrary objects can be stored in ByteArray using Java serialization capabilities |