Assemblies are a means of packaging classes (blueprints). If you look at the
.NET Framework BCL, you will see that there are often disparate classes and
namespaces in a single assembly, because it made sense to package them in
that way.
Serialization is a means of getting information from place to place. An
assembly is a deployable set of classes and class libraries, not information.
Can you create something to recreate all of the classes from an assembly on
another box that does not have a copy of the assembly? If this is your
question, the answer is "sure", but why not simply copy the executable. If
you need to get it from one place to another and cannot use "normal" methods
(copy and paste, for example), you can certainly stream the bits and bytes,
but that is still not "serialization".

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
> There is many topics about the subj but no one answering the
> question...
[quoted text clipped - 15 lines]
> buf = ms.ToArray();
> }
V&G - 29 Dec 2005 20:22 GMT
Dear Gregory
Thank you for your ample answer.
I propose to continue the discussion about the subj here
http://groups.google.com/group/microsoft.public.dotnet.framework/browse_thread/t
hread/701533e1ac31fde2/e3e9f6f49fd0cc52?lnk=arm&hl=en#e3e9f6f49fd0cc52
I'll be happy to see you there :-)