OpenTransactions.OTAPI.Storage.EncodeObject C# (CSharp) Method

EncodeObject() public method

public EncodeObject ( Storable theContents ) : string
theContents Storable
return string
        public string EncodeObject(Storable theContents)
        {
            string ret = otapiPINVOKE.Storage_EncodeObject(swigCPtr, Storable.getCPtr(theContents));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }