deserialize_method

Macro deserialize_method 

Source
macro_rules! deserialize_method {
    ($method:ident($($arg:ident: $type:ty),*)) => { ... };
}