Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / IFieldWriter Interface
Properties Methods

IFieldWriter Interface Members

The following tables list the members exposed by IFieldWriter.

Public Properties
 NameDescription
 PropertyReturns the length of the stream.  
 PropertyReturns the current position within the stream.  
 PropertyReturns the cache of unique string values tht have been written  
Top
Public Methods
 NameDescription
 MethodEnsure that all pending state changes are committed.  
 MethodRollback any pending state changes that have not been committed  
 MethodThis is a helper method for unit testing. It only works for the case the underlying stream is a MemoryStream.  
 MethodOverloaded. Write an object to the stream as its serializable type  
Top
See Also