Cross-posting to the dev list. Igniters, what if we make “storeKeepBinary” = true by default in Ignite 2.0? Presently, the user has to tweak the configuration manually.
— Denis > On Feb 7, 2017, at 10:30 PM, shawn.du <[email protected]> wrote: > > get it. > > storeKeepBinary flag will help. > > Thanks > Shawn > > On 02/8/2017 13:58,shawn.du<[email protected]> > <mailto:[email protected]> wrote: > Hi, > > I want to persist some data in binary, for I put cache in BinaryObject format > like this: > > BinaryObjectBuilder builder = ignite.binary().builder(typeName); > cache.put(key,builder.build()); > > how can I get or create BinaryMarshaller instance? > > Thanks > Shawn
