PofStreamWriterUserTypeWriterBeginProperty Method |
Namespace: Tangosol.IO.Pof
protected override void BeginProperty( int index )
Exception | Condition |
---|---|
ArgumentException | If the property index is invalid; or is less than or equal to the index of the previous property written to the POF stream. |
IOException | If an I/O error occurs. |
This method call will be followed by one or more separate calls to a "write" method and the property extent will then be terminated by a call to EndProperty(Int32).