Hello. I have service wtich save some data as BinaryObject in cache. Service and ignite nodes don't have classes, but service know classes names. Can I load this objects on client with normal classes? Client contains needed classes. I tried do it on one node, but got exception java.io.FileNotFound: <somePathToFile>\<typeId>.classname. When I put <typeId>.classname with right class name, all work fine. Saved BinaryObjects loaded from cache without problems with all fields. -- Aleksandr
- Loading objects saved as BinaryObject. Александр Малышев
- Re: Loading objects saved as Binary... ghostler
- Re: Loading objects saved as Bi... Dmitriy Setrakyan
