jasterialise ~master (2019-01-09T19:57:43Z)
Dub
Repo
ArchiveObject.addValueAs
jaster
serialise
archive
ArchiveObject
Helper function to add a Value without having to create an
ArchiveValue
.
class
ArchiveObject
final
void
addValueAs
(
T
)
(
T
value
)
if
(
ArchiveValue.allowed
!
T
&&
!
is
(
T
==
ArchiveValue
)
)
Meta
Source
See Implementation
jaster
serialise
archive
ArchiveObject
constructors
this
functions
addChild
addValue
addValueAs
addValues
expectAttribute
expectAttributeAs
expectChild
expectValue
expectValueAs
getAttribute
getAttributeAs
getChild
getValue
getValueAs
opIndex
setAttribute
setAttributeAs
structs
Attribute
variables
attributes
children
name
values
Helper function to add a Value without having to create an ArchiveValue.