1Attean::API::AppendableUSseerriaCloinzterri(b3u)ted PerlAtDtoecaunm:e:nAtPaIt:i:oAnppendableSerializer(3)
2
3
4
6 Attean::API::AppendableSerializer - Role for serializers that can be
7 repeatedly invoked while keeping output valid
8
10 This document describes Attean::API::AppendableSerializer version 0.033
11
13 The Attean::API::AppendableSerializer role defines serializers that
14 allow multiple serialization calls to be appended to the same output
15 (either filehandle or a byte string) and remain syntactically valid.
16
18 This role consumes the Attean::API::Serializer roles which provide the
19 following methods:
20
21 "serialize_list_to_io( $fh, @elements )"
22 serialize_list_to_bytes( @elements )
23
25 Please report any bugs or feature requests to through the GitHub web
26 interface at <https://github.com/kasei/attean/issues>.
27
30 Gregory Todd Williams "<gwilliams@cpan.org>"
31
33 Copyright (c) 2014--2022 Gregory Todd Williams. This program is free
34 software; you can redistribute it and/or modify it under the same terms
35 as Perl itself.
36
37
38
39perl v5.38.0 2023-07-2A0ttean::API::AppendableSerializer(3)