FreeSWITCH.Native.Event.Serialize C# (CSharp) Method

Serialize() public method

public Serialize ( string format ) : string
format string
return string
        public string Serialize(string format)
        {
            string ret = freeswitchPINVOKE.Event_Serialize(swigCPtr, format);
            return ret;
        }