Skip to contents

Utilities to serialize and deserialize BWD objects to/from JSON.

Usage

serialize_bwd(obj)

deserialize_bwd(json_str)

Arguments

obj

The BWD balancer object to serialize.

json_str

A JSON string representing a serialized BWD object.