ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
LengthMismatch
ocean
io
serialize
StructSerializer
StructSerializer Exception Reusable exception instance.
class
LengthMismatch :
SerializerException
{
size_t
bytes_expected
;
size_t
bytes_got
;
this
(size_t bytes_expected, size_t bytes_got, istring msg, istring file, typeof(__LINE__) line);
}
Constructors
this
this
(size_t bytes_expected, size_t bytes_got, istring msg, istring file, typeof(__LINE__) line)
Undocumented in source.
Members
Variables
bytes_expected
size_t
bytes_expected
;
bytes_got
size_t
bytes_got
;
Undocumented in source.
Inherited Members
From SerializerException
__anonymous
mixin
ReusableExceptionImplementation
!()
Undocumented in source.
LengthMismatch
alias
LengthMismatch
=
.
LengthMismatch
Undocumented in source.
Meta
Source
See Implementation
ocean
io
serialize
StructSerializer
aliases
Retargeting
Urls
classes
LengthMismatch
SerializerException
structs
CircularBuffer_
MeToo
RetargetingAction
StructSerializer
TestSerializer
StructSerializer Exception Reusable exception instance.