Author | SHA1 | Message | Date |
---|---|---|---|
Jae Kwon | 6d6f061f19 |
Support nil pointers for Binary.
If the thing does not already have a typebyte declared, a fake one will be given (0x01). A TypeByte of 0x00 is reserved for nil things. No nil-dogs. |
10 years ago |
Jae Kwon | 7b049e93fb | add support for `json=""` in reflection binary/* thing | 10 years ago |
Jae Kwon | 79304b0dd3 | Create BlockCache and TxCache for performance. | 10 years ago |
Jae Kwon | 135894ea88 |
Dot import -> named import
Changed modulename_ to short module names Also removed Unreader, replaced with PrefixdReader in select locations |
10 years ago |
Jae Kwon | 325b88b083 | time encoding in binary/reflect | 10 years ago |
Jae Kwon | d4e9b747d3 | binary/reflect handles JSON | 10 years ago |
Jae Kwon | 13ca6fb241 | RegisterInterface() so we can implement custom JSON codec | 10 years ago |