Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a System.IO.Stream object.
- stream
- The System.IO.Stream to receive the transformed value.
- value
- The LOS-formatted object to transform into a view-state value.
This version of the LosFormatter.Serialize(System.IO.Stream, object) method is used to transform a LOS-formatted object into a view-state value. The results are then placed into a System.IO.Stream object.