aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes serialization Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "serialization" Watch "serialization" New topic
Author

serialization

siddhartha varma
Greenhorn

Joined: Apr 06, 2009
Posts: 16
hello guys,

i want to know what serialization means in HTML and JavaScript

i mean what happens when you serialize a FORM or any ELEMENT in a FORM ?

and why is it needed ?

any help will be deeply appreciated

thankss


Siddhartha Varma
SCJP 1.6 - 93 %
SCWCD - 85%
siddhartha varma
Greenhorn

Joined: Apr 06, 2009
Posts: 16
anyone there ??
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
Why are you asking? What context is this in? What did your research turn up?

Eric
siddhartha varma
Greenhorn

Joined: Apr 06, 2009
Posts: 16
i was reading a topic under Ajax requests, which said "serializing a form toa string suitable for ajax requests". i dint understand what that meant.

this is under Ajax using Prototype.js
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56200
    
  13

That simply means converting form element values into query string format.

And in the future, please refrain from bumping a topic with "anyone?" posts. Thanks.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
siddhartha varma
Greenhorn

Joined: Apr 06, 2009
Posts: 16
ok

thanks a lot !
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: serialization
 
Similar Threads
Why we need externalizable interface in java
Is Serialization part of SCJP5?
Object Serialization or RMI?
why transient variable cannot be serialized
sending an instance of a class thru a socket