C# Class OpenMetaverse.Messages.Linden.ProductInfoRequestMessage

New as of 1.23 RC1, no details yet.
Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap