% ' SerialObj.asp - Program to illustrate serialization/deserialization of a ' pseudo-object. option explicit %> <% dim car dim fieldNames dim field dim i dim thisPage thisPage = Request.ServerVariables("SCRIPT_NAME") set car = Car_New() if Request("event") <> "" then Entity_URLDecode Request, "car", car end if %>