Serialization error while using nested generic record. [API-1960] #807
Labels
Jira
Creates a corresp. Jira issue in the APIs project.
Priority: High
High Priority.
Type: Defect
Issue is a Defect ie a Bug that needs to be fixed.
When I try to put an generic record which has nested generic record to map, I get
System.NotSupportedException : Not supported field kind: Compact. at Hazelcast.Serialization.SerializationService.WriteObject(ObjectDataOutput output, Object obj, Boolean isRootObject, Boolean withSchemas) in C:\Users\EmreYigit\Desktop\Projects\.net-client-forked\hazelcast-csharp-client\src\Hazelcast.Net\Serialization\SerializationService.ReadWrite.cs:line 284
To reproduce:
Modified the test at
Hazelcast.Tests.Serialization.Compact.GenericRecordTests.TestRemote
with nested generic record.The text was updated successfully, but these errors were encountered: