Serializing System.Net.IPAddress to XML
Working on a project today, i needed to serialize one of my classes that included at System.Net.IPAddress property. Problem problem is that IPAddress does not support XML Serialization since it does not implement a parameterless constructor! I tried to search the net, but couldnt find a complete guide, therefore i am posting this, hoping [...]
Category: .NET, Scripting | Comment
Posts tagged ‘IPAddress’

