]> git.proxmox.com Git - perlmod.git/commit - perlmod/src/scalar.rs
add RawValue and raw value serialization
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 14 Oct 2021 11:40:06 +0000 (13:40 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 14 Oct 2021 13:01:17 +0000 (15:01 +0200)
commit245de6dd679e87bc381ade391dfdf686cdc4d817
tree3eec62e7cbecd18e9618a4b16d40605da5039cb3
parent4fe09940a72439332945b6fb09ec942a16500888
add RawValue and raw value serialization

perl Values are now generally serialized as *raw* values,
for *de*serialization this can be enforced via the RawValue
type

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod-test/src/bless.rs
perlmod/src/array.rs
perlmod/src/de.rs
perlmod/src/hash.rs
perlmod/src/lib.rs
perlmod/src/raw_value.rs [new file with mode: 0644]
perlmod/src/scalar.rs
perlmod/src/ser.rs
perlmod/src/value.rs
test.pl
test.pl.expected