代码搜索:serializing

找到约 106 项符合「serializing」的源代码

代码结果 106
www.eeworm.com/read/26953/861324

h midles.h

/*++ Copyright 1991-1998 Microsoft Corporation Module Name: midles.h Abstract: This module contains definitions needed for encoding/decoding support (serializing/deserializ
www.eeworm.com/read/147363/12559004

h midles.h

/*++ Copyright 1991-1998 Microsoft Corporation Module Name: midles.h Abstract: This module contains definitions needed for encoding/decoding support (serializing/deserializ
www.eeworm.com/read/127767/14337238

txt e009. preventing a bean property from being serialized to xml.txt

By default, when serializing an object into XML, the current value of all public properties is persisted (if they don't equal the default value). This example demonstrates how to prevent a public prop
www.eeworm.com/read/490329/1203537

cpp messbuf.cpp

// // MessageBuffer - handy for serializing/unserializing // structures to be sent as messages // dal - 9/2002 // #include #include #include "messbuf.h" ///////////
www.eeworm.com/read/135259/13945091

h midles.h

/*++ Copyright (c) 1991-1999 Microsoft Corporation Module Name: midles.h Abstract: This module contains definitions needed for encoding/decoding support (serializing/deseri
www.eeworm.com/read/201318/15411080

xml charttest6.xml

www.eeworm.com/read/115226/15021344

xml charttest6.xml

www.eeworm.com/read/279804/10392617

js xml.js

/** * xml.js: utilities for creating, loading, parsing, serializing, * transforming and extracting data from XML documents. * * From the book JavaScript: The Definitive Guide, 5th Edition,
www.eeworm.com/read/175308/9552742

ex-21-15

// Example 21-15: Serializing and deserializing an object namespace Programming_CSharp { using System; using System.IO; using System.Runtime.Serialization; using System.Runtime.Ser
www.eeworm.com/read/127767/14337060

txt e045. deserializing an object.txt

This example deserializes a javax.swing.JButton object. See also e44 Serializing an Object. try { // Deserialize from a file File file = new File("filename.ser");