class documentation

class IdentitySerDe(SerDe): (source)

View In Hierarchy

Simple Serde that just conversion to string and back

Method __init__ Undocumented
Method deserialize Serialize input_bytes into an object
Method serialize Serialize input message into bytes
Instance Variable _types Undocumented
def __init__(self): (source)

Undocumented

def deserialize(self, input_bytes): (source)

Serialize input_bytes into an object

def serialize(self, input): (source)

Serialize input message into bytes

Undocumented