PickleFun<T> typedef

PickleFun<T> = dynamic Function(ByteBuf, T)

Implementation

typedef PickleFun<T> = Function(ByteBuf, T);