Trait jaded::FromJava

source ·
pub trait FromJava: Sized {
    fn from_value(value: &Value) -> ConversionResult<Self>;
}
Expand description

Trait for structs that can be converted from a deserialized Java Value

Required Methods§

Convert content read from a java stream into Self

Implementations on Foreign Types§

Implementors§