HighTechTalks DotNet Forums  

Formatters other than those provided in .NET Framework

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss Formatters other than those provided in .NET Framework in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
 
Posts: n/a

Default Formatters other than those provided in .NET Framework - 12-20-2004 , 02:23 PM






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



Reply With Quote
  #2  
Old   
Mona\(Grapecity\)
 
Posts: n/a

Default Re: Formatters other than those provided in .NET Framework - 12-22-2004 , 12:24 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/de...asstopic .asp

Also,following is the link which lists the various Formatters available.
http://search.microsoft.com/search/r...&c=4&s=1&swc=4

HTH

Mona

<jamal (AT) docUSA (DOT) com> wrote

Quote:
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





Reply With Quote
  #3  
Old   
 
Posts: n/a

Default Re: Formatters other than those provided in .NET Framework - 12-26-2004 , 12:22 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.

"Mona(Grapecity)" <mona (AT) discussions (DOT) microsoft.com> wrote

Quote:
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/de...us/cpref/html/
frlrfsystemruntimeserializationformatterclasstopic .asp
Quote:
Also,following is the link which lists the various Formatters available.

http://search.microsoft.com/search/r...RMATTERS+class
+&View=msdn&st=b&c=4&s=1&swc=4
Quote:
HTH

Mona

jamal (AT) docUSA (DOT) com> wrote in message
news:uuwc1ms5EHA.1404 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
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







Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.