Custom formatter creation

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...
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top