Support serialization of IPAddress and IPEndPoint

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Minor - P4
    • 1.1
    • Affects Version/s: 1.0
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Support serialization of IPAddress and IPEndPoint. They will be represented as strings in the database.

      Examples (dotted quad notation for IPv4 and colon-hexadecimal notation for IPv6):

      IPAddress serializes to:"1.2.3.4" (IPv6 IPAddress serializes to: "1:2:3:4:5:7:8")
      IPEndPoint serializes to: "1.2.3.4:9999" (IPv6 IPEndPoint serializes to: "[1:2:3:4:5:7:8]:9999")

      These will always be numeric addresses.

              Assignee:
              Robert Stam
              Reporter:
              Robert Stam
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: