I got an Exception when trying to serialize IPEndPoint
[Test]
public void SerializeIPEndpoint()
{
MessageSharkSerializer.Serialize(new IPEndPoint(IPAddress.Loopback, 10006));
}
System.TypeInitializationException : The type initializer for 'MessageSharkCachedSerializer`1' threw an exception.
----> System.ArgumentNullException : Value cannot be null.
Parameter name: con