Click or drag to resize

UserTypeWriterCreateNestedPofWriter Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Overload List
  NameDescription
Public methodCreateNestedPofWriter(Int32)
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type. The returned PofWriter is only valid from the time that it is returned until the next call is made to this PofWriter.
(Overrides PofStreamWriterCreateNestedPofWriter(Int32).)
Public methodCreateNestedPofWriter(Int32, Int32)
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type. The returned PofWriter is only valid from the time that it is returned until the next call is made to this PofWriter.
(Overrides PofStreamWriterCreateNestedPofWriter(Int32, Int32).)
Top
See Also