public string Serialize(string format)
    {
        string ret = ESLPINVOKE.ESLevent_Serialize(swigCPtr, format);

        return(ret);
    }