sse_encode_i_64 method
- @protected
- PlatformInt64 self,
- SseSerializer serializer
override
Implementation
@protected
void sse_encode_i_64(PlatformInt64 self, SseSerializer serializer) {
// Codec=Sse (Serialization based), see doc to use other codecs
serializer.buffer.putPlatformInt64(self);
}