mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
SerdeMirException
mir
serde
Serde Exception with formatting support
version(D_Exceptions)
class
SerdeMirException :
SerdeException
{
import
mir
.
exception
:
MirThrowableImpl
,
mirExceptionInitilizePayloadImpl
;
;
enum
maxMsgLen
;
mixin
MirThrowableImpl
;
}
Members
Manifest constants
maxMsgLen
enum
maxMsgLen
;
Undocumented in source.
Mixins
__anonymous
mixin
MirThrowableImpl
Inherited Members
From SerdeException
toMutable
SerdeException
toMutable
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mir
serde
classes
SerdeException
SerdeMirException
enums
SerdeTarget
serdeAnnotation
serdeIgnore
serdeIgnoreDefault
serdeIgnoreIn
serdeIgnoreOut
serdeRegister
structs
serdeAlgebraicAnnotation
serdeKeyOut
serdeKeys
serdeProxy
templates
SerdeAnnotated
serdeGetAlgebraicAnnotation
serdeGetAnnotationMembersIn
serdeGetAnnotationMembersOut
serdeGetKeyOut
serdeGetKeysIn
serdeHasAlgebraicAnnotation
Serde Exception with formatting support