Versions in this module Expand all Collapse all v0 v0.6.0 Mar 9, 2020 v0.5.0 Mar 20, 2019 Changes in this version + type CustomSerializable struct + type CustomSerializer struct + func (s *CustomSerializer) ID() int32 + func (s *CustomSerializer) Read(input serialization.DataInput) (obj interface{}, err error) + func (s *CustomSerializer) Write(output serialization.DataOutput, obj interface{}) (err error) + type Customer struct + func (c *Customer) ClassID() int32 + func (c *Customer) FactoryID() int32 + func (c *Customer) ReadPortable(reader serialization.PortableReader) (err error) + func (c *Customer) WritePortable(writer serialization.PortableWriter) (err error) + type Employee struct + func (e *Employee) ClassID() int32 + func (e *Employee) FactoryID() int32 + func (e *Employee) ReadData(input serialization.DataInput) error + func (e *Employee) WriteData(output serialization.DataOutput) (err error) + type GlobalSerializer struct + func (*GlobalSerializer) ID() int32 + func (*GlobalSerializer) Read(input serialization.DataInput) (obj interface{}, err error) + func (*GlobalSerializer) Write(output serialization.DataOutput, object interface{}) (err error) + type IncEntryProcessor struct + func (p *IncEntryProcessor) ClassID() int32 + func (p *IncEntryProcessor) FactoryID() int32 + func (p *IncEntryProcessor) ReadData(input *serialization.DataInput) error + func (p *IncEntryProcessor) WriteData(output *serialization.DataOutput) error + type SampleDataSerializableFactory struct + func (*SampleDataSerializableFactory) Create(classID int32) serialization.IdentifiedDataSerializable + type SamplePortableFactory struct + func (pf *SamplePortableFactory) Create(classID int32) serialization.Portable + type ThePortableFactory struct + func (pf *ThePortableFactory) Create(classID int32) serialization.Portable + type User struct + func (u *User) ClassID() int32 + func (u *User) FactoryID() int32 + func (u *User) ReadPortable(reader serialization.PortableReader) error + func (u *User) WritePortable(writer serialization.PortableWriter) error