Go to the source code of this file.
Classes | |
class | PickleWriter |
Variables | |
module mango io | PickleWriter |
import mango io | EndianWriter |
import mango io model | IPickle |
public class VersionBigEndian typedef Writer | SuperClass |
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for damages of any kind arising from the use of this software.
Permission is hereby granted to anyone to use this software for any purpose, including commercial applications, and to alter it and/or redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment within documentation of said product would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any distribution of the source.
4. Derivative works are permitted, but they must carry this notice in full and credit the original source.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Definition in file PickleWriter.d.
|
Definition at line 39 of file PickleWriter.d. Referenced by VirtualCache::this(). |
|
Definition at line 41 of file PickleWriter.d. |
|
Definition at line 43 of file PickleWriter.d. |
|
Serialize Objects via an EndianWriter. All Objects are written in Network-order such that they may cross machine boundaries. See PickleReader for an example of how to use this. Definition at line 58 of file PickleWriter.d. |