Function beginStruct [src]
Create a Struct for writing ZON structs field by field.
Prototype
pub fn beginStruct(self: *Serializer, options: ContainerOptions) Error!Struct
Parameters
self: *Serializer
options: ContainerOptions
Possible Errors
Source
pub fn beginStruct(self: *Serializer, options: ContainerOptions) Error!Struct {
return Struct.begin(self, options);
}