Serialization at times throws curious situations that makes us look beyond the normal usages. Here is another situation that took sometime to find a solution for. Let's examine the following code. What would be the output if one was to serialize an instance of the Test class ? Let's examine the output Not surprising right … Continue reading Member Serialization
Month: January 2020
A second look at char.IsSymbol()
Let us begin by examining a rather simple looking code. What would the output of the above code ? Let's hit F5 and check it. Surprised ?? One should not feel guilty if he is surprised. It is rather surprising one does not look behind to understand what exactly char.IsSymbol does. After all, it is … Continue reading A second look at char.IsSymbol()