Hello! For starters, it looks like you're putting a BinaryObjectBuilder into cache instead of BinaryObjectBilder.Build() return value.
Regards, -- Ilya Kasnacheev пт, 21 мая 2021 г. в 01:46, Josh Katz <[email protected] >: > Using .NET UnitTest to connect to the cluster and persistence enabled. > > Put works without errors. When calling Get we get the following exception: > > System.InvalidOperationException: 'No coercion operator is defined between > types 'Apache.Ignite.Core.Impl.Binary.BinaryObjectBuilder' and > 'System.DateTime' > > > > We are using System.Runtime.Serialization for the DateTime property with > DataMemberAttribute. > > > > Thanks, > > > > *Josh Katz* > > *Dodge & Cox* > > 555 California Street | 40th floor | San Francisco, CA 94104 > > 415-262-7520 > > > > [email protected] > > www.dodgeandcox.com > > > > > ------------------------------ > Please follow the hyperlink to important disclosures. > https://www.dodgeandcox.com/disclosures/email_disclosure_funds.html > >
