ISerialisableValueMarshallerFunction typedef

ISerialisableValueMarshallerFunction = MarshalledObject Function(ISerialisable obj)

@fileoverview A method which takes a value and marshals it accordingly.

Implementation

typedef MarshalledObject ISerialisableValueMarshallerFunction(ISerialisable obj);