Hi,
When trying to serialize a class I keep getting the message below.
optionalExtensi onTypeOptionalE xtension is not mandatory so not sure
why this is appearing.
If anyone has seen this type of error before and found a way around
it, it would be greatly appreciated.
error CS0030: Cannot convert type
'Confused.HomeI nsurance.BOB.AI G.CDLService.op tionalExtension TypeOptionalExt ension[]'
to
'Confused.HomeI nsurance.BOB.AI G.CDLService.op tionalExtension TypeOptionalExt ension'
Thanks in advance
When trying to serialize a class I keep getting the message below.
optionalExtensi onTypeOptionalE xtension is not mandatory so not sure
why this is appearing.
If anyone has seen this type of error before and found a way around
it, it would be greatly appreciated.
error CS0030: Cannot convert type
'Confused.HomeI nsurance.BOB.AI G.CDLService.op tionalExtension TypeOptionalExt ension[]'
to
'Confused.HomeI nsurance.BOB.AI G.CDLService.op tionalExtension TypeOptionalExt ension'
Thanks in advance
Comment