Utilities for manipulating external representations of data structures in OpenSim
Esempio n. 1
0
        protected byte[] AdjustIdentifiers(byte[] data)
        {
            string xml = Utils.BytesToString(data);

            return(Utils.StringToBytes(ExternalRepresentationUtils.RewriteSOP(xml, m_ProfileServiceURL, m_UserAccountService, UUID.Zero)));
        }