| SerializationWriterWriteOptimized Method (Type) | 
 
            Stores a non-null Type object into the stream.
            Stored Size: Depends on the length of the Type's name.
            If the type is a System type (mscorlib) then it is stored without assembly name information,
            otherwise the Type's AssemblyQualifiedName is used.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void WriteOptimized(
	Type value
)
Public Sub WriteOptimized ( 
	value As Type
)
Parameters
- value
 - Type: SystemType
The Type to store. Must not be null. 
See Also