Home
Products
Support
Blog
Resources
Company
NMath Matrix User's Guide
TOC |  Previous |  Next |  Index

Chapter 8. Serialization

All NMath Matrix data classes are fully persistable using standard .NET mechanisms. All structured sparse matrix, factorization, decomposition, and least squares classes implement the ISerializable interface to control their own serialization and deserialization. Common Language Runtime (CLR) serialization Formatter classes call the provided GetObjectData() methods at serialization time to populate SerializationInfo objects with all the data required to represent NMath Matrix objects.

This chapter describes how to persist NMath Matrix objects in binary and SOAP formats.

TOC |  Previous |  Next |  Index

Copyright © 2008 CenterSpace Software, LLC. All rights reserved.
All trademarks and registered trademarks mentioned on this web site are the property of their respective owners.
Contact Webmaster