Click here to Skip to main content
15,885,365 members
Home / Discussions / C#
   

C#

 
GeneralRe: Abstract, Interface, and Attribute Pin
Mazdak7-Jan-04 20:56
Mazdak7-Jan-04 20:56 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest17-Jan-04 21:32
TuringTest17-Jan-04 21:32 
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 5:32
protectorHeath Stewart8-Jan-04 5:32 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 5:51
TuringTest18-Jan-04 5:51 
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 5:53
protectorHeath Stewart8-Jan-04 5:53 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 6:01
TuringTest18-Jan-04 6:01 
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 6:12
protectorHeath Stewart8-Jan-04 6:12 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 6:39
TuringTest18-Jan-04 6:39 
ok, i guess i see how this is done-- pls correct me if i'm wrong: on invoking Formatter.Serialize, Formatter uses reflection to check whether ISerializable is implemented in the class of the object. if so it calls the interface. If not it uses reflection to serialize all the fields, checking for the NonSerialized as it goes.

is that what happens? and if this is, how is that done efficiently enough to not take forever to serialize each two-bit-- i mean two-byte-- object in the graph? does BinaryFormatter perform some sort of run time analysis or "compilation" like regex?


________________________________________

Gosh, it would be awful pleas'n, to reason out the reason, for things I can't explain.
Then perhaps I'd deserve ya, and be even worthy of ya..
if I only had a brain!
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 7:13
protectorHeath Stewart8-Jan-04 7:13 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 7:50
TuringTest18-Jan-04 7:50 
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 7:52
protectorHeath Stewart8-Jan-04 7:52 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 11:39
TuringTest18-Jan-04 11:39 
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 12:11
protectorHeath Stewart8-Jan-04 12:11 
GeneralRe: Abstract, Interface, and Attribute Pin
bnieland8-Jan-04 6:50
bnieland8-Jan-04 6:50 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 7:46
TuringTest18-Jan-04 7:46 
GeneralQuoted-Printable Decoder Pin
7-Jan-04 18:33
suss7-Jan-04 18:33 
GeneralRe: Quoted-Printable Decoder Pin
Heath Stewart7-Jan-04 19:00
protectorHeath Stewart7-Jan-04 19:00 
GeneralRe: Quoted-Printable Decoder Pin
Blue Tender7-Jan-04 19:23
Blue Tender7-Jan-04 19:23 
GeneralRe: Quoted-Printable Decoder Pin
Heath Stewart8-Jan-04 3:57
protectorHeath Stewart8-Jan-04 3:57 
QuestionHow can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl7-Jan-04 17:14
sxbyl7-Jan-04 17:14 
AnswerRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
Heath Stewart7-Jan-04 18:48
protectorHeath Stewart7-Jan-04 18:48 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl7-Jan-04 19:00
sxbyl7-Jan-04 19:00 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
Heath Stewart7-Jan-04 19:03
protectorHeath Stewart7-Jan-04 19:03 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl7-Jan-04 19:18
sxbyl7-Jan-04 19:18 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
Heath Stewart8-Jan-04 3:44
protectorHeath Stewart8-Jan-04 3:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.