예제 #1
0
        public SerializerAsyncRequest(System.Object _Object, bool _Compress = false, bool _Encrypt = false, String _EncryptionKey = "")
        {
            this.serialize = true;

            SerializerAsync.Serialize(this.OnSerialize, _Object, _Compress, _Encrypt, _EncryptionKey);
        }