Skip to content

Exception while serialize IPEndPoint #15

@tamnm

Description

@tamnm

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions