RawMessage
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.encoding.json
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
- ValueType | RawMessage .NET, .NET Standard 2.0, Island-watchOS-armv7k
- ValueType | RawMessage Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
- ValueType | RawMessage .NET, .NET Standard 2.0, Island-watchOS-armv7k
constructor
constructor
RawMessage()
init()
Sub New()
constructor(aValue: Slice<Byte>)
RawMessage(Slice<Byte> aValue)
init(_ aValue: Slice<Byte>)
Sub New(aValue As Slice<Byte>)
Parameters:
- aValue:
Equals
method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
MarshalJSON
method MarshalJSON: tuple of (Slice<Byte>, error)
(Slice<Byte>, error) MarshalJSON()
func MarshalJSON() -> tuple of (Slice<Byte>, error)
func MarshalJSON() tuple of (Slice<Byte>, error)
Function MarshalJSON() As Tuple (Of Slice<Byte>, error)
method UnmarshalJSON(data: Slice<Byte>): error
error UnmarshalJSON(Slice<Byte> data)
func UnmarshalJSON(_ data: Slice<Byte>) -> error
func UnmarshalJSON(data Slice<Byte>) error
Function UnmarshalJSON(data As Slice<Byte>) As error
Parameters:
- data:
method UnmarshalJSON(data: Slice<Byte>): error
error UnmarshalJSON(Slice<Byte> data)
func UnmarshalJSON(_ data: Slice<Byte>) -> error
func UnmarshalJSON(data Slice<Byte>) error
Function UnmarshalJSON(data As Slice<Byte>) As error
Parameters:
- data:
Value
var Value: Slice<Byte>;
Slice<Byte> Value
var Value: Slice<Byte>
Value Slice<Byte>
FIELD Value() As Slice<Byte>
Value
var Value: Slice<Byte>;
Slice<Byte> Value
var Value: Slice<Byte>
Value Slice<Byte>
FIELD Value() As Slice<Byte>
constructor
constructor
RawMessage()
init()
Sub New()
constructor(aValue: Slice<Byte>)
RawMessage(Slice<Byte> aValue)
init(_ aValue: Slice<Byte>)
Sub New(aValue As Slice<Byte>)
Parameters:
- aValue:
Equals
method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean
Parameters:
- value:
GetHashCode
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
MarshalJSON
method MarshalJSON: tuple of (Slice<Byte>, error)
(Slice<Byte>, error) MarshalJSON()
func MarshalJSON() -> tuple of (Slice<Byte>, error)
func MarshalJSON() tuple of (Slice<Byte>, error)
Function MarshalJSON() As Tuple (Of Slice<Byte>, error)
method UnmarshalJSON(data: Slice<Byte>): error
error UnmarshalJSON(Slice<Byte> data)
func UnmarshalJSON(_ data: Slice<Byte>) -> error
func UnmarshalJSON(data Slice<Byte>) error
Function UnmarshalJSON(data As Slice<Byte>) As error
Parameters:
- data: