optional

2 posts / 0 new
Last post
Offline
Last seen: 8 years 6 months ago
Joined: 09/26/2014
Posts: 5
Impact of optional members on a .Net application

Reading the documentation for Extensible Types, it says that optional members are not supported in the .NET API. What exactly is the resulting behaviour of this? For instance, what happens if a Java application publishes a sample where some optional members are not set and a .NET application is subscribed to that topic? Will it result in a crash? Will the .NET application get null values for the unset fields? Will the publisher/subscriber simply not match?

Keywords:
Subscribe to RSS - optional