Around and About .NET World

Il blog di Marco Minerva
posts - 1671, comments - 2232, trackbacks - 2135

My Links

News

Contattami su Live Messenger:


MCTS: Windows, Web, Distributed Applications & SQL Server

MCPD: Enterprise Applications

Tag Cloud

Archives

Post Categories

Links

CompactFormatter

Il .NET Compact Framework non contiene l'oggetto BinaryFormatter. Se si ha la necessità di serializzare un oggetto in formato binario, ci viene in aiuto il CompactFormatter:

The CompactFormatter is a generic formatter for the .NET Compact Framework. It is fully realized in .NET managed code and this means that it is able to work on every device able to support the .NET Compact Framework or every other standard-compliant CLI implementation... The interface that the CompactFormatter class expose to the user is very similar to the BinaryFormatter ( or SOAPFormatter ) one and so using it ( or, to some extents, porting applications from .NET to it ) should be very simple for people who knows how to use standard .NET Full Formatters.

Il download comprende una class library compilata con il .NET Compact Framework 1.0, la versione per Mono e il codice sorgente sotto forma di progetto per Visual Studio 2005.

Print | posted on martedì 30 gennaio 2007 02:57 | Filed Under [ .NET 3.0 ]

Feedback

Gravatar

# CompactFormatter e serializzazione di classi ereditate

06/02/2007 19:02 | Around and About .NET World
Gravatar

# CompactFormatter e serializzazione di classi ereditate

06/02/2007 19:03 | Around and About .NET World
Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET