Sciweavers

SAC
2005
ACM

A generic serializer for mobile devices

13 years 10 months ago
A generic serializer for mobile devices
In this paper we describe a serializer component completely realized in .NET managed code, able to run on a stripped versions of the .NET platform (e.g., Compact Framework) and still generic enough to be used on .NET or other CLI compatible frameworks. Such a component is not normally provided with stock libraries in their compact version, since its implementation is quite tricky when relying on reduced reflection services. However, this component makes easier the development of distributed applications involving mobile devices and desktop computers or mainframes. Our implementation faced several problems ranging from lack of features in the base classes to the interframework portability problem, since the same object could have different implementation. The resulting product shows satisfactory performance figures and has a modular and flexible architecture. Categories and Subject Descriptors D.2.2 [Software Engineering]: Tools and Techniques— Software libraries Keywords Seriali...
Mattia Monga, Angelo Scotto
Added 26 Jun 2010
Updated 26 Jun 2010
Type Conference
Year 2005
Where SAC
Authors Mattia Monga, Angelo Scotto
Comments (0)