Interface ReplicatedStorage.Key
- 
- All Known Subinterfaces:
 ReplicatedStorage.PartitionedKey
- Enclosing interface:
 - ReplicatedStorage
 
public static interface ReplicatedStorage.KeyRAs must implement this interface. The returned byte array must be a unique sequence of bytes that identifies a particular entry. As an example it would make sense for the RA’s ActivityHandle to implement this interface, to easily map between activity handles and replicated activity state.
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getData()Get the key data in byte array form 
 -