Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
serialize
- Page 1
serialize
Programming
Web Development
15 Years Ago
by haggis-man
… id=targets title=targets name=_targets value=\"".htmlspecialchars(
serialize
( $targets ))."\">[/CODE] Clearly this requires some use…
Re: serialize
Programming
Web Development
15 Years Ago
by haggis-man
If I simply put value=
serialize
( $targets ) my form does not display properly though. I need $targets to be made available to the routine handling the POSTed data.
Re: serialize
Programming
Web Development
15 Years Ago
by haggis-man
Got it :) [CODE]base64_encode(
serialize
( )) ... unserialize( base64_decode( ))[/CODE] Thank you for reading.
Serialize HMetaFile
Programming
Software Development
15 Years Ago
by CJesusSaves
…(CMetaObject) public: HMETAFILE metaFileObj; public: CMyObject(); virtual void
Serialize
( CArchive& ar ); }; class CMetaStorage: public CObject …like so: [CODE]void CCompoundObject::
Serialize
( CArchive& ar ) { CObject::
Serialize
( ar ); m_metaFileObj.
Serialize
( ar ); }[/CODE] The …
Re: Serialize HMetaFile
Programming
Software Development
15 Years Ago
by CJesusSaves
… for any stroke, no matter how short it may be,
serialize
the points, since I have no problem storing those and…
Serialize question
Programming
Web Development
14 Years Ago
by CFROG
… like dating, someone to talk to, etc. I decided to
serialize
the array and store the list in the db that… that option (denoted by "1"). I tried so
serialize
the search options and use IN in the query but…
Serialize question
Programming
Web Development
14 Years Ago
by CFROG
… like dating, someone to talk to, etc. I decided to
serialize
the array and store the list in the db that… that option (denoted by "1"). I tried so
serialize
the search options and use IN in the query but…
Serialize SimpleXML object?
Programming
Web Development
14 Years Ago
by jrhitokiri
…[params] => stdClass Object ............................................. [/CODE] I am able to
serialize
the data, but unserializing it cause some errors: [CODE]Catchable… 83 [/CODE] Is there some other way to
serialize
the data properly and also unserialize successfully? Thanks! ~kazuo
Serialize JInternalFrame
Programming
Software Development
14 Years Ago
by ceyesuma
…not sure what is getting serialized. I would like to
serialize
a JInternalFrame. So what do I send my SaveFrame.java….setNoteFrame(frame); SchoolJDesktopPane.setNoteFrameName(frame.getTitle()); }//end CreateNew[/CODE] [b]
serialize
something[/b] [code] /* * To change this template, choose Tools | …
Re: Serialize JInternalFrame
Programming
Software Development
14 Years Ago
by ceyesuma
…not sure what is getting serialized. I would like to
serialize
a JInternalFrame. So what do I send my SaveFrame.….setNoteFrame(frame); SchoolJDesktopPane.setNoteFrameName(frame.getTitle()); }//end CreateNewGuide;[/CODE] [b]
serialize
something[/b] [code] /* * To change this template, choose Tools | …
serialize images to .ser file
Programming
Software Development
14 Years Ago
by MeandJava
…; x < locaties.size(); x++) { //I don't know what
Serialize
has to be an array and if so what kind…?
Serialize
[x].writeImageObject(objOut); } System.out.println("File Saved!"); } …
Serialize/Deserialize list of objects
Programming
Software Development
13 Years Ago
by Azurit
…IDraw> called shapes which I want to
Serialize
/Deserialize. I think I got the Serialization right:….Create(saveFileDialog1.FileName)) { BinaryFormatter bf = new BinaryFormatter(); bf.
Serialize
(output, shapes); } } }[/CODE] But I have some …
serialize datatable to a binary file , then add new rows to file
Programming
Software Development
12 Years Ago
by waleed.makarem
… >> it does not work. Is it possible to
serialize
datarows and add it the binary file ? **My Code:** Function…) dt.RemotingFormat = SerializationFormat.Binary 'Other option is SerilaizationFormat.XML format.
Serialize
(fs, ds) End Using End Sub Thanks
Serialize different classes
Programming
Software Development
11 Years Ago
by iFrolox
…TextWriter writer = new StreamWriter(XMLPath)) { serializer.
Serialize
(writer, list); } } public static void …TextWriter writer = new StreamWriter(XMLPath)) { serializer.
Serialize
(writer, list); } } And when I …
Re: Serialize using SilverLight
Programming
Web Development
14 Years Ago
by Lusiphur
…://www.google.com/#hl=en&source=hp&q=
Serialize
+using+SilverLight"]GOOGLE - We've got the answers you… [URL="http://www.google.com/#hl=en&q=
Serialize
+using+SilverLight+site%3Amsdn.microsoft.com"]MSDN Resource Library…
Re: serialize images to .ser file
Programming
Software Development
14 Years Ago
by ~s.o.s~
A serialized image written to a file is not the same as an image written to a file. Java serialization uses a specific binary format for writing out Java objects. Also, your post isn't clear. What exactly does "
serialize
[x]" contains i.e. what kind of object? What is locaties?
Re: serialize images to .ser file
Programming
Software Development
14 Years Ago
by MeandJava
…. I don't know which kind of array he needs @
Serialize
[x]. Can you maybe give me some advice how i…
Re: serialize images to .ser file
Programming
Software Development
14 Years Ago
by MeandJava
…; import java.io.Serializable; import javax.imageio.ImageIO; public class
Serialize
implements Serializable { //Create a custom image class having a byte…
Re: serialize images to .ser file
Programming
Software Development
14 Years Ago
by ~s.o.s~
… the class to something more logical rather than naming it
Serialize
. Ensure that your class has a serialVersionUID field (google for…
Re: Serialize/Deserialize list of objects
Programming
Software Development
12 Years Ago
by code78
…:\OutputFile.dzv", FileMode.Create); BinaryFormatter bf = new BinaryFormatter(); bf.
Serialize
(filestream, MyProject); filestream.Close(); **Deserialization:** DialogResult result = openProjectFileDialog.ShowDialog(); openProjectFileDialog…
Re: Serialize different classes
Programming
Software Development
11 Years Ago
by deceptikon
… should wrap those two classes in a another class, then
serialize
*that* one: class AppSettings { public General GeneralSettings { get; set; } public…
serialize a class
Programming
Software Development
18 Years Ago
by n.aggel
hi, i want to binary write the fields of class to a file.Mainly i want to
serialize
only the public fields not the private ones or the functions.... [code] class a { public: int a; int b; protected: void function1(); void function2(); private: int c } [/code]
Serialize method.
Programming
Web Development
16 Years Ago
by ishlux
Hi all, $a1 = $_POST["a"]; $servicec = addslashes(
serialize
($a1)); i used this code to store the check box …
Serialize using SilverLight
Programming
Web Development
14 Years Ago
by brightline
I'd like to
serialize
and deserialize an object using SilverLight. Thanks in advance.
Serialize a Dictionary
Programming
Software Development
14 Years Ago
by PierlucSS
I have been able to
serialize
an ienumerable this way [CODE] [XmlArray("TRANSACTIONS")] [XmlArrayItem(&…
serialize JTabbedPane tabs using xml
Programming
Software Development
14 Years Ago
by ceyesuma
Hello. Can anyone bring me up to speed to use XML to manage adding and removing tabs from a JTabbedPane? I am adding tabs and I Would like some code or links that could show me how to
serialize
any changes I make to a JTabbedPane. Thanks
Re: serialize JTabbedPane tabs using xml
Programming
Software Development
14 Years Ago
by ceyesuma
… some code or links that could show me how to
serialize
any changes I make to a JTabbedPane. Thanks[/QUOTE] [URL…
Re: serialize JTabbedPane tabs using xml
Programming
Software Development
14 Years Ago
by ceyesuma
… some code or links that could show me how to
serialize
any changes I make to a JTabbedPane. Thanks[/QUOTE] Of…
serialize dictionary
Programming
Software Development
13 Years Ago
by abc_defgh
Hi, I have dictionary Dictionary<string, string>. I need to
serialize
it so that during switching diferent forms. How can I do that. If any one can provide a sample code example would have been great help. Regards,
Re: serialize
Programming
Web Development
15 Years Ago
by diafol
Do you really need to clean it? Clean it after it's been posted. Perhaps I'm missing the point.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC