Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
what is .net serializable data types ?

Reading Viewstate and it says that allow data types in ViewState is all .net serializable data types. So please write what this line mean.

thanks in advance.
Posted
Comments
Herman<T>.Instance 8-Jul-15 10:56am    
an answer from Google: here
667,000 results in 0.37 second

1 solution

A good explanation of serialization can be found here, https://msdn.microsoft.com/en-us/library/ms233843.aspx[^]

Essentially, can an instance of an object be converted into a stream of bytes. If so, it's serializable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900