all groups > dotnet academic > december 2004 >
You're in the

dotnet academic

group:

Formatters other than those provided in .NET Framework



Formatters other than those provided in .NET Framework jamal NO[at]SPAM docUSA.com
12/20/2004 10:53:40 PM
dotnet academic: Does anybody know some useful formatters rather than SOAPFormatter and
BinaryFormatter which are provided in .NET Framework?
For example, BinaryCompactFormatter seems to be useful.

Thanks,
Jamal

Re: Formatters other than those provided in .NET Framework Mona(Grapecity)
12/22/2004 10:54:34 AM
Hi Jamal,

There are many Formatters provided by the .NET Framework itself like
FormatterConverter or FormatterServices.
Depending on the functionality you want to implement you can choose the
formatter.

You can read more about how to use the Formatters for Serialization from the
below mentioned link

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemruntimeserializationformatterclasstopic.asp

Also,following is the link which lists the various Formatters available.
http://search.microsoft.com/search/results.aspx?qu=abstract+FORMATTERS+class+&View=msdn&st=b&c=4&s=1&swc=4

HTH

Mona

[quoted text, click to view]

Re: Formatters other than those provided in .NET Framework jamal NO[at]SPAM docUSA.com
12/26/2004 8:52:00 AM
I checked your provided links. Serialization formatter are to implement
IFormatter interface. Regarding MSDN, there are three classes which
implemednt it: BinaryFormatter, Formatter and SOAPFormatter. Formatter is a
helper base class for implementing new formatters.

[quoted text, click to view]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemruntimeserializationformatterclasstopic.asp
[quoted text, click to view]
http://search.microsoft.com/search/results.aspx?qu=abstract+FORMATTERS+class
+&View=msdn&st=b&c=4&s=1&swc=4
[quoted text, click to view]

AddThis Social Bookmark Button