package
1.5.1
Repository: https://github.com/angwangiot/hprose-golang.git
Documentation: pkg.go.dev

# Functions

Marshal data.
NewBytesReader is the constructor of BytesReader.
NewRawReader is a constructor for RawReader.
NewReader is the constructor for Hprose Reader.
NewWriter is the constructor for Hprose Writer.
Serialize data.
ToUUID decodes s into a UUID or returns nil.
Unmarshal data.
Unserialize data.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Protocol Tags */.
No description provided by the author
No description provided by the author
Serialize Tags */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Serialize Marks */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ClassManager used to be register class with alias for hprose serialize/unserialize.
ErrNil is a error of nil.

# Structs

BytesReader is a bytes reader.
RawReader is the hprose raw reader.
Reader is a fine-grained operation struct for Hprose unserialization when JSONCompatible is true, the Map data will unserialize to map[string]interface as the default type.
Writer is a fine-grained operation struct for Hprose serialization.

# Interfaces

BufReader is buffer reader interface, Hprose Reader use it as input stream.
BufWriter is buffer writer interface, Hprose Writer use it as output stream.

# Type aliases

UUID type is only a UUID wrapper for hprose serialize/unserialize, If you want to generate UUIDs, you should use other UUID package.