Serializable


Object Hierarchy:

Object hierarchy for Serializable

Description:

public interface Serializable : Object

GObject types that read/write on a Stream session.

Override bin_write_prop / bin_read_prop to omit or customize props; call bin_default_write_prop / bin_default_read_prop for stock scalar encoding.

Override for

Gee.ArrayList
/ list properties,
uint8[]
(wire as blob or typed array — see docs/bin-rpc-protocol.md), and any other non-scalar shape.

Override bin_pre / bin_post for work before or after inbound property decode on this object.


Namespace: OLLMrpc.Bin
Package: ollmchat

Content:

Methods:

Inherited Members:

All known members inherited from class GLib.Object