General-purpose encoder and decoder for amf0
Перейти к файлу
Connor Peet c55473927b
Merge pull request #9 from microsoft/users/GitHubPolicyService/d697ff7d-49a7-4c91-8135-0a5d71ee9421
Adding Microsoft SECURITY.MD
2022-08-01 11:59:29 -07:00
encoding Fix assignment of pointer types in marshaller 2016-05-17 18:01:32 -07:00
.gitignore Initial WIP 2015-07-22 17:59:24 +10:00
.travis.yml travis: only run tests on 1.5, 1.6, and tip 2016-03-22 13:44:26 -04:00
LICENSE Update license 2016-07-19 15:30:02 -07:00
SECURITY.md Microsoft mandatory file 2022-08-01 18:18:59 +00:00
array.go wip 2016-05-16 20:06:04 -06:00
array_test.go getting there 2016-03-17 20:28:04 -04:00
bodyless.go amf0: introduce and implement the Bodyless interface 2016-04-03 13:38:15 -04:00
bodyless_test.go bodyless: refactor 2016-03-15 21:29:30 -04:00
bool.go amf0/bool: remove unnecessary cast 2016-03-29 17:00:55 -04:00
bool_test.go getting there 2016-03-17 20:28:04 -04:00
decoder.go identifier, decoder: use type factory instead of reflection 2016-04-24 20:09:04 -04:00
decoder_test.go decoder, identifier: tests 2016-03-18 12:48:02 -04:00
encoder.go encoder: add EncodeToBytes func 2016-04-24 20:08:02 -04:00
encoder_test.go encoder: add EncodeToBytes func 2016-04-24 20:08:02 -04:00
identifier.go Fix AMF encoder to work properly with pointer/non-pointer/nil types 2016-05-17 09:32:40 -07:00
identifier_test.go Fix AMF encoder to work properly with pointer/non-pointer/nil types 2016-05-17 09:32:40 -07:00
number.go amf0: NewNumber() 2016-05-12 14:18:57 -04:00
number_test.go number: refactor Number type 2016-03-15 21:00:16 -04:00
object.go wip 2016-05-16 20:06:04 -06:00
object_test.go getting there 2016-03-17 20:28:04 -04:00
paired.go getting there 2016-03-17 20:28:04 -04:00
readme.md travis badge 2015-07-24 17:24:24 +10:00
string.go natives: don't use go string types for long strings 2016-04-18 11:16:11 -04:00
string_test.go string: refactor 2016-03-16 14:02:39 -04:00
type.go types: marshaling/unmarshaling 2016-03-22 13:36:57 -04:00
type_test.go types: marshaling/unmarshaling 2016-03-22 13:36:57 -04:00

readme.md

amf0 GoDoc Build Status

General-purpose encoder and decoder for amf0