added deserialization
This commit is contained in:
parent
8636825388
commit
b5c84acc5c
@ -11,7 +11,7 @@ use serde::{Deserialize, Serialize};
|
||||
|
||||
use anyhow::Result;
|
||||
|
||||
#[derive(Debug, Serialize, Copy, Clone)]
|
||||
#[derive(Debug, Serialize, Deserialize, Copy, Clone)]
|
||||
pub enum SPSDataTypes {
|
||||
Boolean(BooleanType),
|
||||
Int(IntType),
|
||||
|
Loading…
Reference in New Issue
Block a user