Custom formatter creation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to create a custom formatter ( such as the binary formatter ), I
can't figure out where do I bind the input Data Stream with the
SerializationInfo object info how should i create the association?
I couldn't find any sample explaining how to create custom formatters...
Any pointer or sample would be appreciated...
 
Thanks for the link but apparently the formatter implemented in this sample
doesn't implement the IFormatter interface, I would rather implement a
formatter that support standart interfaces...

Peter Bromberg said:
You might want to investigate Angelo Scotto's "CompactFormatter". This is a
highly customized alternative to the BinaryFormatter classes. Full source
code is available.

See here:

http://www.freewebs.com/compactFormatter/

Peter
 
Back
Top