# module `concrete.fhe.compilation.value` Declaration of `Value` class. --- ## class `Value` A public value object that can be sent between client and server. ### method `__init__` ```python __init__(inner: TransportValue) ``` --- ### method `deserialize` ```python deserialize(buffer: bytes) → Value ``` Deserialize a Value from bytes. --- ### method `serialize` ```python serialize() → bytes ``` Serialize a Value to bytes.