Hi Igor,
"Get Binary Cache" (if it is about getting a complex object in a
"binary" form, w/o deserialization) - is supported by NodeJS:
BinaryObject is returned for a complex object if an app has not
specified another JavaScript Object for deserialization.
Maybe worth to add type registration functionality:
- complex object type registration (supported by NodeJS)
- enum type registration (not supported by NodeJS)
- type name registration (not supported by NodeJS)
Also, maybe add a list of all type codes, supported for read and write.
But not sure, as all of them are supported by all three clients.
Thanks,
-Alexey
14.05.2018 22:06, Igor Sapego пишет:
Hello Igniters,
I've created a new page in wiki, that summarizes a features
availability of thin clients. It should help us to plan development
of thin clients while also helping out users to understand a state
of clients.
Check it out and tell me what you think. And if there are some
mistakes, don't hesitate telling me.
[1] -
https://cwiki.apache.org/confluence/display/IGNITE/Thin+clients+features
Best Regards,
Igor