pub struct JPreprocessSerializer;Trait Implementations§
source§impl DictionarySerializer for JPreprocessSerializer
impl DictionarySerializer for JPreprocessSerializer
fn identifier(&self) -> String
fn serialize(&self, row: &[String]) -> LinderaResult<Vec<u8>>
fn deserialize(&self, data: &[u8]) -> JPreprocessResult<WordEntry>
fn deserialize_debug(&self, data: &[u8]) -> String
fn deserialize_with_string( &self, data: &[u8], string: String ) -> LinderaResult<String>
fn serialize_simple(&self, row: &[String]) -> LinderaResult<Vec<u8>>
Auto Trait Implementations§
impl Freeze for JPreprocessSerializer
impl RefUnwindSafe for JPreprocessSerializer
impl Send for JPreprocessSerializer
impl Sync for JPreprocessSerializer
impl Unpin for JPreprocessSerializer
impl UnwindSafe for JPreprocessSerializer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more