YAMI4 Python Library 2.0.0
Messaging Solution for Distributed Systems
Loading...
Searching...
No Matches
Classes | Functions | Variables
yami Namespace Reference

YAMI4 Python API Reference. More...

Classes

class  Agent
 
class  IncomingMessage
 
class  Long
 
class  LongWord
 
class  OutgoingMessage
 
class  Parameters
 
class  ValuePublisher
 
class  Word
 
class  YAMIError
 

Functions

def serialize (dictionary)
 

Variables

string native_file_name = "libyami4py.dylib"
 
 full_file_path = os.path.join(os.path.dirname(__file__), native_file_name)
 
 file = open(full_file_path)
 
 yami4py = ctypes.CDLL(native_file_name)
 
 restype
 

Detailed Description

YAMI4 Python API Reference.

The YAMI4 Python library provides high-level communication services for Python.

This reference documents only the public API - that is, the classes and functions that are supposed to be accessed from the user code.

Function Documentation

◆ serialize()

def yami.serialize (   dictionary)
Serializes the content of the given dictionary.

Returns the binary string with the serialized content.