Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To support custom classes a little bit of extra work is required. You can either annotate the class with the required attributes for serialization (see below), or you can introduce a type converter which does custom serialization (see DateTimeToProtoConverter.cs). The latter is useful if you do not have access to the source code (eg, a .NET object) or do not which wish to mix remoting and domain.

...