Function ConnectedDatagramSocket.sendObj

send an entire object

void sendObj(T) (
  auto ref const(T) data,
  int flags = MSG_EOR,
  Timeout timeout = Timeout.infinite
) @nogc @safe;