Question Deserialize AMF

CarcaBot

Well-known member
Joined
Apr 23, 2007
Messages
47
Location
Romania
Programming Experience
Beginner
Hello,

I can't find any example about how to deserialize AMF in vb.net
I found one in C# but i don't know how to make it working for VB.

Someone is able to show me an example of parsing AMF, simple client?

C# library - AMF.NET - Browse Files at SourceForge.net

thanks.
 
Last edited:
I've never heard about 'amf', but the idea about libraries it that you reference them in your project to use them, just like other .Net libraries. There's a Add Reference option in project menu for this. Look in the download for .dll files.
 
I have the library, but i don't have any idea how to use it.

The project status has been stopped now long time ago.
See here some examples - Getting Started

Can you convert this in vb ? i've tried with convertor but no succes
 
As I said I know nothing about AMF, never heard about it, I just responded about using libraries in general. If it is a .Net library you can add reference to it and use it exactly the same as the libraries in .Net Framework.
If you find C# code sample you can use an online converter to get at least an approximate translation to VB.Net. It is never the intension to translate a library to a different language btw, you just use it like it is.
 
yes man, but i'm not so experienced in vb.net to make that script to work.
The library is a compiled .dll file, which can be used easily in vb.net i saw, i need only to deserialize, not too much things.
There is a scheme
Create Connection
Send request to server
Receive answer and decode it

thanks.
 
Back
Top