read


Description:

public static Value read (Stream ctx, uint8 type_byte) throws Error

Decode one wire value (type byte already consumed by the caller).

Returns a GLib.Value. Does not assign GObject properties.

Parameters:

ctx

active bin session

type_byte

wire type byte (GLib.Type fundamental; bit 7 = array)

Returns:

decoded value