Crainiate Community

Support and discussion for users of Crainiate component software products
Welcome to Crainiate Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » serialize (RSS)
  • Re: Diagram class failed to Load file.

    The problem is that the diagram does not know how to deserialize the extra information in the file. You can solve this by telling it which class is responsible for deserializing this information. 1. Make sure you are using some appropriate namespaces using System.Runtime.Serialization; using Crainiate...
    Posted to Forum by James Westgate on 08-03-2007
  • Re: Extracting the selected part of a model

    Shapes are fully serializable by themselves, this is how the cut and paste system and the undo/redo system works. You can use normal .net serialization using a binary, soap or xml formatter to copy these items to eg a stream (say with a right click context menu option), then deserialize them as normal...
    Posted to Forum by James Westgate on 07-31-2007
Page 1 of 1 (2 items)