GH_SettingsServerWrite Method |
Low-level serializer.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool Write(
GH_IWriter writer
)
Public Function Write (
writer As GH_IWriter
) As Boolean
Parameters
- writer
- Type: GH_IO.SerializationGH_IWriter
Object to write with. Writer must represent an empty archive chunk.
Return Value
Type:
BooleanTrue on success, false on failure.
Implements
GH_ISerializableWrite(GH_IWriter)
See Also