Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. Help, Guru!: serialize/deserialize derived class between two application?

Help, Guru!: serialize/deserialize derived class between two application?

Scheduled Pinned Locked Moved XML / XSL
dockerjsonhelptutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    how to serialize/deserialize derived class between two application? here is the situation: class container { BaseClass bc; } class BaseClass {..} class DerivedClass1:BaseClass {...} class DerivedClass2:BaseClass {...} ------------------------------------------ the "bc" in the container can be assigned to be DerivedClass1 or DerivedClass2. Those classes and serialize/deserialize functions will be use between two applications (App1, App2). App1 serialize "container", App2 try to deserialize "container". I tried following ways: 1. Binaryformatter/Soapformatter: During the serialization, App1's name will also be serialized. When App2 try to deserialize, it can not find App1 and generate exceptions. 2. XmlSerializer: it can not serialize when "bc" is assgined to a class other than BaseClass Any guru have any good method to handle this situation? Thanks, Leo

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups