pub fn from_v8<'de, 'a, 'b, 's, T>(
    scope: &'b mut HandleScope<'s>,
    input: Local<'a, Value>
) -> Result<T> where
    T: Deserialize<'de>,